mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
mesa: remove debug flush call
This commit is contained in:
parent
0109e1b9f3
commit
36a222cf04
1 changed files with 0 additions and 2 deletions
|
|
@ -709,8 +709,6 @@ _mesa_meta_blit_framebuffer(GLcontext *ctx,
|
|||
_swrast_BlitFramebuffer(ctx, srcX0, srcY0, srcX1, srcY1,
|
||||
dstX0, dstY0, dstX1, dstY1, mask, filter);
|
||||
}
|
||||
|
||||
_mesa_Finish();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue