kwin/effects/startupfeedback
Martin Gräßlin 613d76f2df [effects] Combine all shaders in resources
One resource is used for shader version 1.10 and one for version 1.40.

The ideas behind this change is to remove the locating of the shader
sources and also to fix that user provided shaders could be loaded
instead of the original ones (possible attack vector on Wayland).

To simplify the ShaderManager provides a new method call to load the
shader from the resource. This means the effects don't need to
duplicate the check for the shader version any more and also don't
need to duplicate the file reading functionality.

REVIEW: 126905
2016-02-01 08:42:30 +01:00
..
data [effects] Port startupfeedback to shader trait api 2016-01-25 14:11:54 +01:00
CMakeLists.txt [effects] Combine all shaders in resources 2016-02-01 08:42:30 +01:00
startupfeedback.cpp [effects] Combine all shaders in resources 2016-02-01 08:42:30 +01:00
startupfeedback.h [effects] Add type property to StartupFeedback Effect 2014-10-20 14:50:41 +02:00