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
cubecap.png
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