kwin/libkwineffects
Martin Gräßlin b837a3fca1 Render Shadow with only one GL texture
Copies the shadow parts into one image and creates a GLTexture
from the image, so that we can render the complete shadow with
just one texture and one painting pass.

Should remove most of the overhead involved when rendering the new Shadows.

As a side effect this should fix missing shadows with non-NPOT GPUs and
a rendering glitch reported with NVIDIA.

REVIEW: 101742
2011-07-03 09:24:28 +02:00
..
CMakeLists.txt Move kwineffects library into own directory 2011-02-19 10:01:31 +01:00
kwinconfig.h.cmake Move kwineffects library into own directory 2011-02-19 10:01:31 +01:00
kwineffects.cpp - fixes calculation of WindowMotionManager in case a new destination is set when the window is not at its original position and provide a function to check if windows 2011-06-20 21:56:56 +02:00
kwineffects.h - fixes calculation of WindowMotionManager in case a new destination is set when the window is not at its original position and provide a function to check if windows 2011-06-20 21:56:56 +02:00
kwinglobals.cpp avoid calling QPixmap::paintEngine() in scene rendering 2011-06-11 15:23:03 +02:00
kwinglobals.h avoid calling QPixmap::paintEngine() in scene rendering 2011-06-11 15:23:03 +02:00
kwinglplatform.cpp Improved detection of OpenGL software emulation 2011-05-06 18:16:38 +02:00
kwinglplatform.h Improved detection of OpenGL software emulation 2011-05-06 18:16:38 +02:00
kwinglutils.cpp Render Shadow with only one GL texture 2011-07-03 09:24:28 +02:00
kwinglutils.h Render Shadow with only one GL texture 2011-07-03 09:24:28 +02:00
kwinglutils_funcs.cpp Move kwineffects library into own directory 2011-02-19 10:01:31 +01:00
kwinglutils_funcs.h Move kwineffects library into own directory 2011-02-19 10:01:31 +01:00
kwinxrenderutils.cpp avoid calling QPixmap::paintEngine() in scene rendering 2011-06-11 15:23:03 +02:00
kwinxrenderutils.h Move kwineffects library into own directory 2011-02-19 10:01:31 +01:00
Mainpage.dox Move kwineffects library into own directory 2011-02-19 10:01:31 +01:00
Messages.sh Improve message extraction 2011-02-20 16:02:33 +01:00