mesa: Disable scissor when begining meta operations

Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Pierre Willenbrock
2010-04-27 14:16:49 -07:00
committed by Brian Paul
parent 717e86738f
commit c0b41116f1
+1
View File
@@ -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) {