You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
13 years ago
..
data Remove textureWidth/textureHeight from all Shaders 13 years ago
CMakeLists.txt
invert.cpp
invert.desktop SVN_SILENT made messages (.desktop file) 14 years ago
invert.h
invert_config.cpp
invert_config.desktop SVN_SILENT made messages (.desktop file) 14 years ago
invert_config.h