From 8c74e7257ed453143c53086f884f6c6ff585379a Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 8 Mar 2011 08:20:49 +0000 Subject: xkeyboard-config mesa git update 8 Mar 2011 --- mesalib/src/mesa/main/drawpix.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mesalib/src/mesa/main/drawpix.c') diff --git a/mesalib/src/mesa/main/drawpix.c b/mesalib/src/mesa/main/drawpix.c index 98e82ef85..fb86036a1 100644 --- a/mesalib/src/mesa/main/drawpix.c +++ b/mesalib/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", -- cgit v1.2.3