mesa: remove stray _mesa_finish() call in _mesa_CopyPixels()
authorBrian Paul <brianp@vmware.com>
Mon, 7 Mar 2011 21:01:09 +0000 (14:01 -0700)
committerBrian Paul <brianp@vmware.com>
Mon, 7 Mar 2011 21:01:09 +0000 (14:01 -0700)
Leftover debug code from 6364d75008b4fa580c1cb47c59ba1cf3e0caa6cd.

src/mesa/main/drawpix.c

index 98e82ef852b8666ee2fe99f812c62f1c5229120b..fb86036a188b9b93f186469b7a47433e1dee3a77 100644 (file)
@@ -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",