diff options
author | Brian Paul <[email protected]> | 2011-03-07 14:01:09 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-03-07 14:01:09 -0700 |
commit | 51db2045b488477230d9a31b60779f90f0f4bf64 (patch) | |
tree | 8c0444af7d2e939080188e1febb7f69150ed71a4 /src/mesa/main/drawpix.c | |
parent | 0e4750a84dfad00c4fe1706aa42d2ede6e731295 (diff) |
mesa: remove stray _mesa_finish() call in _mesa_CopyPixels()
Leftover debug code from 6364d75008b4fa580c1cb47c59ba1cf3e0caa6cd.
Diffstat (limited to 'src/mesa/main/drawpix.c')
-rw-r--r-- | src/mesa/main/drawpix.c | 2 |
1 files changed, 0 insertions, 2 deletions
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", |