kwin/libkwineffects
Martin Gräßlin 7faede41c7 Use PutImage to convert QPixmap to XRenderPicture
In case of native graphics system nothing is changed for the moment - the
X11Pixmap-QPixmap bridge is continued to be used.

But in case of graphics system raster (or Qt5) this relationship is no
longer used. Instead the QPixmap is converted to a QImage and the image
bits are put into the created X11Pixmap for this XRenderPicture.

Note: Qt5 uses shm to transfer image data to drawables. This seems
unsuited in this case as it's only a one time transformation.

For Qt5 the native pixmap block needs to be removed and the ctor might be
changed to taking an QImage as argument to make more clear that there is
no mapping from QPixmap to X11Pixmap.
2013-02-14 14:20:27 +01:00
..
anidata.cpp
anidata_p.h
CMakeLists.txt Wrapper class to create an xcb_xfixes_region_t from a QRegion 2013-02-14 14:20:26 +01:00
kwinanimationeffect.cpp fix copy and paste error 2013-01-30 13:06:59 +01:00
kwinanimationeffect.h
kwinconfig.h.cmake
kwineffects.cpp Wrapper class to create an xcb_xfixes_region_t from a QRegion 2013-02-14 14:20:26 +01:00
kwineffects.h Increase KWIN_EFFECT_API_VERSION_MINOR 2013-02-07 11:43:40 +01:00
kwinglcolorcorrection.cpp
kwinglcolorcorrection.h
kwinglcolorcorrection_p.h
kwinglobals.cpp Use XCB to resolve the X11 Extensions 2013-01-22 07:50:03 +01:00
kwinglobals.h Only start animating in cube slide on window move if core uses switch desktop on edge 2013-02-07 10:10:25 +01:00
kwinglplatform.cpp
kwinglplatform.h
kwingltexture.cpp
kwingltexture.h
kwingltexture_p.h
kwinglutils.cpp
kwinglutils.h
kwinglutils_funcs.cpp
kwinglutils_funcs.h
kwinxrenderutils.cpp Use PutImage to convert QPixmap to XRenderPicture 2013-02-14 14:20:27 +01:00
kwinxrenderutils.h Use PutImage to convert QPixmap to XRenderPicture 2013-02-14 14:20:27 +01:00
Mainpage.dox
Messages.sh