kwin/effects/cube/data
Martin Gräßlin a05ad98896 Remove textureWidth/textureHeight from all Shaders
The uniforms textureWidth and textureHeight were only needed for
normal windows. For everything else it was just 1.0/1.0, that is
normalized.

The makeArrays method is changed to produce normalized texcoords
obsoleting the need for these uniforms. So two uniforms less, one
calculation in vertex shaders less and many many lines of code
removed.

At the same time makeArrays is also adjusted to take care of
yInverted of the texture, which is needed as we no longer can use
the enableUnnormalizedTexCoords which did the yInverted transformation.

REVIEW: 101646
2011-06-19 20:54:13 +02:00
..
cube-cap.glsl Fix untextured cube caps with GLSL 2011-05-01 11:28:07 +02: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 Remove textureWidth/textureHeight from all Shaders 2011-06-19 20:54:13 +02:00
sphere.vert Remove textureWidth/textureHeight from all Shaders 2011-06-19 20:54:13 +02:00