mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-30 20:10:24 +01:00
mesa: remove stray _mesa_finish() call in _mesa_CopyPixels()
Leftover debug code from 6364d75008.
This commit is contained in:
parent
0e4750a84d
commit
51db2045b4
1 changed files with 0 additions and 2 deletions
|
|
@ -136,8 +136,6 @@ _mesa_CopyPixels( GLint srcx, GLint srcy, GLsizei width, GLsizei height,
|
|||
GET_CURRENT_CONTEXT(ctx);
|
||||
ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH(ctx);
|
||||
|
||||
_mesa_finish(ctx);
|
||||
|
||||
if (MESA_VERBOSE & VERBOSE_API)
|
||||
_mesa_debug(ctx,
|
||||
"glCopyPixels(%d, %d, %d, %d, %s) // from %s to %s at %d, %d\n",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue