Module: Mesa Branch: master Commit: 36a222cf04da18c96d2335fcae2f22f14ab013f4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=36a222cf04da18c96d2335fcae2f22f14ab013f4
Author: Brian Paul <[email protected]> Date: Mon Aug 10 14:15:56 2009 -0600 mesa: remove debug flush call --- src/mesa/drivers/common/meta.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/mesa/drivers/common/meta.c b/src/mesa/drivers/common/meta.c index 8123a76..c68be2e 100644 --- a/src/mesa/drivers/common/meta.c +++ b/src/mesa/drivers/common/meta.c @@ -709,8 +709,6 @@ _mesa_meta_blit_framebuffer(GLcontext *ctx, _swrast_BlitFramebuffer(ctx, srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter); } - - _mesa_Finish(); } _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
