kwin/effects/showpaint
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 Cleaned up the effects/ directory by moving each individual effect into 2009-02-05 15:35:38 +00:00
showpaint.cpp Do not use ShaderManager::isValid to check for OpenGL2 compositing 2012-09-29 15:33:57 +02:00
showpaint.desktop SVN_SILENT made messages (.desktop file) 2012-06-12 17:07:51 +02:00
showpaint.h KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00