kwin/effects/blur
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
..
blur.cpp
blur.desktop Show detailed information why an effect cannot be loaded 2012-05-15 18:02:57 +02:00
blur.h
blur_config.cpp
blur_config.desktop
blur_config.h
blur_config.ui
blurshader.cpp
blurshader.h kwin: Optimizing Blur Part II 2011-09-18 02:01:31 +02:00
CMakeLists.txt