kwin/libkwineffects
Martin Gräßlin aa549f45d5 OpenGLPaintRedirector updates textures directly
Ownership of decoration textures is moved from SceneOpenGL::Window to
OpenGLPaintRedirector. The PaintRedirector is responsible for updating
the textures whenever they change. For this GLTexture is extended by an
update(QImage, QPoint) method which uses glTexSubImage2D to update only
the changed parts.

The big advantage compared to before is that if e.g. only a button is
animated only the button part is updated instead of the complete deco
part.
2013-03-11 11:21:11 +01:00
..
anidata.cpp
anidata_p.h
CMakeLists.txt
kwinanimationeffect.cpp
kwinanimationeffect.h Strip module path from all Qt #include <> 2013-03-06 10:26:56 +01:00
kwinconfig.h.cmake
kwineffects.cpp Strip module path from all Qt #include <> 2013-03-06 10:26:56 +01:00
kwineffects.h Strip module path from all Qt #include <> 2013-03-06 10:26:56 +01:00
kwinglcolorcorrection.cpp
kwinglcolorcorrection.h
kwinglcolorcorrection_p.h
kwinglobals.cpp
kwinglobals.h Use non obsoleted ctor for KXMessages 2013-03-07 13:59:16 +01:00
kwinglplatform.cpp
kwinglplatform.h Add some missing includes with Qt5/KF5 2013-03-07 13:59:16 +01:00
kwingltexture.cpp OpenGLPaintRedirector updates textures directly 2013-03-11 11:21:11 +01:00
kwingltexture.h OpenGLPaintRedirector updates textures directly 2013-03-11 11:21:11 +01:00
kwingltexture_p.h Strip module path from all Qt #include <> 2013-03-06 10:26:56 +01:00
kwinglutils.cpp
kwinglutils.h Strip module path from all Qt #include <> 2013-03-06 10:26:56 +01:00
kwinglutils_funcs.cpp
kwinglutils_funcs.h
kwinxrenderutils.cpp
kwinxrenderutils.h
Mainpage.dox
Messages.sh