• H. Verbeet's avatar
    wined3d: Don't call shader_select() in depth_blt(). · b37cc087
    H. Verbeet authored
    Calling shader_select() from inside depth_blt() isn't necessarily
    safe. shader_select() assumes CompileShader() has been called for the
    current shaders, but that depends on STATE_VSHADER / STATE_PIXELSHADER
    being applied. That isn't always true when depth_blt() gets called,
    with the result that sometimes GLSL programs could be created with no
    shader objects attached.
    b37cc087
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...