kwin/effects/blur
Martin Gräßlin a728823fbe Fix passing matrixes to the shaders
QMatrix4x4 accepts data in row-major order, but returns them in
column-major order, which is not documented and because of that
I expected them to be in row-major order.
This commit fixes it and rewrites the shaders to apply the matrix
multiplications in the right order.
REVIEW: 100759
2011-03-06 09:13:31 +01:00
..
blur.cpp Drop dependency to libplasma from kwineffects library 2011-02-17 19:38:42 +01:00
blur.desktop SVN_SILENT made messages (.desktop file) 2011-02-03 07:25:47 +01:00
blur.h KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
blur_config.cpp Add missing files from the previous commit. 2010-03-13 15:08:40 +00:00
blur_config.desktop SVN_SILENT made messages (.desktop file) 2011-02-03 07:25:47 +01:00
blur_config.h Add missing files from the previous commit. 2010-03-13 15:08:40 +00:00
blur_config.ui Add missing files from the previous commit. 2010-03-13 15:08:40 +00:00
blurshader.cpp Fix passing matrixes to the shaders 2011-03-06 09:13:31 +01:00
blurshader.h KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
CMakeLists.txt Make the strength of the blur effect configurable. 2010-03-13 15:03:29 +00:00