aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/main/drawpix.c
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-03-08 08:20:49 +0000
committermarha <marha@users.sourceforge.net>2011-03-08 08:20:49 +0000
commit8c74e7257ed453143c53086f884f6c6ff585379a (patch)
treef9e595d40a1689b21b1541cfc7595d9146ec2854 /mesalib/src/mesa/main/drawpix.c
parentd550ff64af08efb189450fa7b7104b3e049b5779 (diff)
downloadvcxsrv-8c74e7257ed453143c53086f884f6c6ff585379a.tar.gz
vcxsrv-8c74e7257ed453143c53086f884f6c6ff585379a.tar.bz2
vcxsrv-8c74e7257ed453143c53086f884f6c6ff585379a.zip
xkeyboard-config mesa git update 8 Mar 2011
Diffstat (limited to 'mesalib/src/mesa/main/drawpix.c')
-rw-r--r--mesalib/src/mesa/main/drawpix.c2
1 files changed, 0 insertions, 2 deletions
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",