• Stefan Dösinger's avatar
    wined3d: Add the ability to duplicate GL pixel shaders. · 0bf32b12
    Stefan Dösinger authored
    Some stateblock parameters have to be compiled into the GL pixel
    shader code, like lines for pixelformat fixups. This leads to problems
    when applications switch those settings, requiring a recompilation of
    the shader. This patch enables wined3d to have multiple GL shaders for
    a D3D shader(pixel shaders only so far) to handle this more
    efficiently.
    0bf32b12
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...