kwin/libkwineffects
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
..
CMakeLists.txt
kwinconfig.h.cmake
kwineffects.cpp
kwineffects.h Forward declaration++ 2011-02-20 14:19:51 +01:00
kwinglobals.cpp
kwinglobals.h
kwinglplatform.cpp Integrate patch for gles and glsl-es version detection 2011-02-24 09:42:03 +08:00
kwinglplatform.h
kwinglutils.cpp Fix passing matrixes to the shaders 2011-03-06 09:13:31 +01:00
kwinglutils.h Use GLPlatform to decide whether shaders are supported 2011-02-19 11:08:43 +01:00
kwinglutils_funcs.cpp
kwinglutils_funcs.h
kwinxrenderutils.cpp
kwinxrenderutils.h
Mainpage.dox
Messages.sh Improve message extraction 2011-02-20 16:02:33 +01:00