kwin/effects/lookingglass
Martin Gräßlin d14cf2da92 Show detailed information why an effect cannot be loaded
Effects can specify their minimum requirements in their
desktop file:
* OpenGL
* OpenGL 2 (GLSL required)
* Shaders (either ARB or OpenGL 2)

The configuration module uses this information in combination
with which backend KWin is currently using. So if e.g. OpenGL
is used and an effect requires OpenGL 2 a detailed error
message can be showed that OpenGL 2 is required.

BUG: 209213
FIXED-IN: 4.9.0
REVIEW: 104847
2012-05-15 18:02:57 +02:00
..
data kwin: Rename sample to sampler in all shaders 2011-02-17 19:19:40 +01:00
CMakeLists.txt LookingGlass ported to GLES. 2011-01-30 14:12:05 +01:00
lookingglass.cpp Properly detect effects which need OpenGL 2 2012-05-05 10:27:19 +02:00
lookingglass.desktop Show detailed information why an effect cannot be loaded 2012-05-15 18:02:57 +02:00
lookingglass.h Only call active effects in the effect chain 2011-08-29 07:06:58 +02:00
lookingglass_config.cpp KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
lookingglass_config.desktop SVN_SILENT made messages (.desktop file) 2011-09-09 09:21:44 +02:00
lookingglass_config.h KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
lookingglass_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