kwin/effects/coverswitch
Martin Gräßlin f9a2ecbf33 Do not use ShaderManager::isValid to check for OpenGL2 compositing
The main usage of ShaderManager::isValid was to have OpenGL2 specific
code pathes. Now we have an actual OpenGL2Compositing type and we know
that the ShaderManager is valid if we have this compositing type and we
know that it is not valid on OpenGL1Compositing. This gives us a much
better check and allows us to use the isValid method just for where we
want to check whether the shaders compiled successfully.

In addition some effects require OpenGL2, so we do not need to check
again that the ShaderManager is valid. Such usages are removed.
2012-09-29 15:33:57 +02:00
..
CMakeLists.txt Reflection plane in Coverswitch and GLES 2011-01-30 14:12:02 +01:00
coverswitch-reflection.glsl Reflection plane in Coverswitch and GLES 2011-01-30 14:12:02 +01:00
coverswitch.cpp Do not use ShaderManager::isValid to check for OpenGL2 compositing 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 A maximum of 500 is very less for duration/viewarea. Increase to 9999 what is the same value used for other maximum's in other ui-files in kwin/effects. 2010-07-31 01:30:43 +00:00