kwin/effects/coverswitch
Martin Gräßlin 6d2dfe06e7 Introduce dedicated OpenGL1 and OpenGL2 compositing types
The CompositingType enum turns into flags and two new values are
introduced: OpenGL1Compositing and OpenGL2Compositing.

Those new values are or-ed to OpenGLCompositing so that a simple check
for the flag OpenGLCompositing works in case of one of those two new
values. To make the generic check for OpenGL compositing easier a method
in EffectsHandler is introduced to just check for this.

The scenes now return either OpenGL1Compositing or OpenGL2Compositing
depending on which Scene implementation. None returns OpenGLCompositing.
2012-09-29 15:33:57 +02:00
..
CMakeLists.txt
coverswitch-reflection.glsl
coverswitch.cpp Introduce dedicated OpenGL1 and OpenGL2 compositing types 2012-09-29 15:33:57 +02:00
coverswitch.desktop SVN_SILENT made messages (.desktop file) 2012-07-24 19:29:09 +02:00
coverswitch.h Merge branch 'KDE/4.9' 2012-08-17 17:59:49 +02:00
coverswitch_config.cpp normalize signal/slots 2011-08-17 23:51:55 +02:00
coverswitch_config.desktop SVN_SILENT made messages (.desktop file) 2012-05-28 11:08:19 +02:00
coverswitch_config.h KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
coverswitch_config.ui