kwin/plugins/platforms
Martin Gräßlin aaf8ce16df [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.

BUG: 365243
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
2016-07-13 09:37:02 +02:00
..
drm [platforms/drm] If mapping a DrmBuffer for a cursor fails, fallback to software cursor 2016-06-29 08:49:17 +02:00
fbdev [platforms/fbdev] Properly detect a BGR image format 2016-07-13 09:37:02 +02:00
hwcomposer [platforms/hwcomposer] Remove integration with VirtualTerminal 2016-04-22 14:18:56 +02:00
virtual Paint the software cursor directly in SceneQPainter 2016-06-29 08:50:46 +02:00
wayland
x11 Move the loadTexture for X11 pixmap functionality to the EglOnXBackend 2016-06-14 09:10:09 +02:00
CMakeLists.txt