mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 17:58:26 +02:00
Disable scissor when begining meta operations
Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
6ef6cdec2e
commit
2787a2e731
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue