mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 07:32:23 +00:00
wined3d: Disable the scissor test for depth blits.
This commit is contained in:
parent
384ad311f3
commit
8d3c078e6c
@ -765,6 +765,7 @@ static void depth_blt(IWineD3DDevice *iface, GLuint texture) {
|
||||
glDisable(GL_CULL_FACE);
|
||||
glDisable(GL_BLEND);
|
||||
glDisable(GL_ALPHA_TEST);
|
||||
glDisable(GL_SCISSOR_TEST);
|
||||
glDisable(GL_STENCIL_TEST);
|
||||
glEnable(GL_DEPTH_TEST);
|
||||
glDepthFunc(GL_ALWAYS);
|
||||
|
Loading…
x
Reference in New Issue
Block a user