From: Brian Paul Date: Mon, 7 Mar 2011 21:01:09 +0000 (-0700) Subject: mesa: remove stray _mesa_finish() call in _mesa_CopyPixels() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=51db2045b488477230d9a31b60779f90f0f4bf64;p=mesa.git mesa: remove stray _mesa_finish() call in _mesa_CopyPixels() Leftover debug code from 6364d75008b4fa580c1cb47c59ba1cf3e0caa6cd. --- diff --git a/src/mesa/main/drawpix.c b/src/mesa/main/drawpix.c index 98e82ef852b..fb86036a188 100644 --- a/src/mesa/main/drawpix.c +++ b/src/mesa/main/drawpix.c @@ -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",