kwin/effects/cube/data
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
..
cube-cap.glsl kwin: Rename sample to sampler in all shaders 2011-02-17 19:19:40 +01:00
cube-reflection.glsl Reflection plane in cube effect and GLSL 2011-01-30 14:12:02 +01:00
cubecap.png Cleaned up the effects/ directory by moving each individual effect into 2009-02-05 15:35:38 +00:00
cylinder.frag kwin: Rename sample to sampler in all shaders 2011-02-17 19:19:40 +01:00
cylinder.vert Fix passing matrixes to the shaders 2011-03-06 09:13:31 +01:00
sphere.vert Fix passing matrixes to the shaders 2011-03-06 09:13:31 +01:00