Disable scissor when begining meta operations

Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Pierre Willenbrock 2010-04-27 23:16:49 +02:00 committed by Eric Anholt
parent 6ef6cdec2e
commit 2787a2e731

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) {