kwin/lib
Rivo Laks cc1a7a9eca Add GLRenderTarget class.
The render target is used to render the scene (or part of it) onto texture. This texture can then be used
  e.g. to do some postprocessing.
  Demo effect coming soon.

Move checkGLError() to kwineffects.*
Add GLTexture ctor which takes width and height and creates an empty texture (to be used with
  GLRenderTarget to render onto it)

svn path=/branches/work/kwin_composite/; revision=655489
2007-04-18 15:22:13 +00:00
..
CMakeLists.txt Make effects actual plugins, so it's possible to load them on runtime. 2007-04-10 13:02:08 +00:00
kcommondecoration.cpp fixed some EBN issues 2006-05-31 16:23:36 +00:00
kcommondecoration.h Build 2007-03-08 21:37:13 +00:00
kdecoration.cpp No double-buffering for decorations, the memory taken 2007-02-10 21:50:43 +00:00
kdecoration.h include cleanup 2007-04-12 13:02:58 +00:00
kdecoration_p.cpp merge r635823 from trunk 2007-02-23 14:38:01 +00:00
kdecoration_p.h pedantic-- 2007-03-20 14:21:56 +00:00
kdecoration_plugins_p.cpp Merge r649608, r649403, r649230 and r648582 from trunk (porting). 2007-04-03 13:24:05 +00:00
kdecoration_plugins_p.h merged kconfiggroup_port branch 2007-02-20 07:00:30 +00:00
kdecorationfactory.cpp
kdecorationfactory.h
kwineffects.cpp Support for effects taking control of the keyboard. Needs recent kdeui change 2007-04-15 16:31:13 +00:00
kwineffects.h Add the ability to move windows around in DesktopGridEffect. 2007-04-16 22:47:51 +00:00
kwinglobals.cpp Fix and re-enable optimized cursorPos(). 2007-04-14 14:15:43 +00:00
kwinglobals.h Fix and re-enable optimized cursorPos(). 2007-04-14 14:15:43 +00:00
kwinglutils.cpp Add GLRenderTarget class. 2007-04-18 15:22:13 +00:00
kwinglutils.h Add GLRenderTarget class. 2007-04-18 15:22:13 +00:00
kwinglutils_funcs.cpp Make effects actual plugins, so it's possible to load them on runtime. 2007-04-10 13:02:08 +00:00
kwinglutils_funcs.h Add #defines for FBO constants. 2007-04-18 14:02:33 +00:00
Messages.sh