• Tobias Jakobi's avatar
    wined3d: Enable constant packing for NP2 texcoord fixup. · ef7f769b
    Tobias Jakobi authored
    Previously every texture that was flagged for NP2 fixup used a vec2
    uniform in the shader to store texture dimensions.  Turns out that the
    GLSL compilers just maps vec2 to vec4, so essentially wasting 2
    floats. The new code only uses vec4 uniforms but packs dimensions info
    of 2 textures into a single uniform.
    ef7f769b
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
Make.rules.in Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...