https://bugs.kde.org/show_bug.cgi?id=365243

Martin Gräßlin <mgraess...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED
   Version Fixed In|                            |5.7.2
      Latest Commit|                            |http://commits.kde.org/kwin
                   |                            |/aaf8ce16dfb258a48ea25209b6
                   |                            |747f5d9f5a85b6

--- Comment #10 from Martin Gräßlin <mgraess...@kde.org> ---
Git commit aaf8ce16dfb258a48ea25209b6747f5d9f5a85b6 by Martin Gräßlin.
Committed on 13/07/2016 at 07:37.
Pushed by graesslin into branch 'Plasma/5.7'.

[platforms/fbdev] Properly detect a BGR image format

Summary:
If the format of the framebuffer is BGR we cannot create an RGB image
format from it - the rendering is incorrect. Unfortunately QImage does
not support a BGR image format.

To solve this problem we still use an RGB image format but on rendering
the front buffer is rgbSwapped to convert the RGB image to a BGR image.
FIXED-IN: 5.7.2

Test Plan: Tested on a neon kvm

Reviewers: #kwin, #plasma_on_wayland

Subscribers: plasma-devel, kwin

Tags: #plasma_on_wayland, #kwin

Differential Revision: https://phabricator.kde.org/D2134

M  +11   -5    plugins/platforms/fbdev/fb_backend.cpp
M  +9    -0    plugins/platforms/fbdev/fb_backend.h
M  +1    -1    plugins/platforms/fbdev/scene_qpainter_fb_backend.cpp

http://commits.kde.org/kwin/aaf8ce16dfb258a48ea25209b6747f5d9f5a85b6

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to