mesa: Disable scissor when begining meta operations
Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
committed by
Brian Paul
parent
717e86738f
commit
c0b41116f1
@@ -424,6 +424,7 @@ _mesa_meta_begin(GLcontext *ctx, GLbitfield state)
|
||||
|
||||
if (state & META_SCISSOR) {
|
||||
save->Scissor = ctx->Scissor; /* struct copy */
|
||||
_mesa_set_enable(ctx, GL_SCISSOR_TEST, GL_FALSE);
|
||||
}
|
||||
|
||||
if (state & META_SHADER) {
|
||||
|
||||
Reference in New Issue
Block a user