kwin/libkwineffects
Martin Gräßlin f20ec15053 Port xRenderOffscreenTarget away from QPixmap
Instead of having a pointer to a QPixmap the offscreen target holds an
xcb_render_picture_t. To make this possible in SceneWindow the tempPixmap
is changed from a QPixmap* to a XRenderPicture*. QPixmap was only used
for convenience.

ScreenShot Effect as only user of the offscreen target is adjusted but
as it needs a QImage, still uses a QPixmap wrapper.
2013-02-14 14:20:27 +01:00
..
anidata.cpp
anidata_p.h Mark most ctors as explicit as reported by Krazy2 checker 2013-01-02 18:35:46 +01:00
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 Mark most ctors as explicit as reported by Krazy2 checker 2013-01-02 18:35:46 +01:00
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 Fix premultiplied alpha issue with color correction 2013-01-13 19:10:54 +02:00
kwinglcolorcorrection.h Abort color correction initialization and disable it in case of errors 2013-01-13 19:10:54 +02:00
kwinglcolorcorrection_p.h Abort color correction initialization and disable it in case of errors 2013-01-13 19:10:54 +02:00
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 Mark most ctors as explicit as reported by Krazy2 checker 2013-01-02 18:35:46 +01:00
kwingltexture_p.h
kwinglutils.cpp
kwinglutils.h Mark most ctors as explicit as reported by Krazy2 checker 2013-01-02 18:35:46 +01:00
kwinglutils_funcs.cpp
kwinglutils_funcs.h
kwinxrenderutils.cpp Port xRenderOffscreenTarget away from QPixmap 2013-02-14 14:20:27 +01:00
kwinxrenderutils.h Port xRenderOffscreenTarget away from QPixmap 2013-02-14 14:20:27 +01:00
Mainpage.dox
Messages.sh