mesa: remove debug flush call
authorBrian Paul <brianp@vmware.com>
Mon, 10 Aug 2009 20:15:56 +0000 (14:15 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 10 Aug 2009 20:15:56 +0000 (14:15 -0600)
src/mesa/drivers/common/meta.c

index 8123a762d293a4464b6dceff53c127f297fc5f10..c68be2e5691fc5063843160d84113f6b34fc99dc 100644 (file)
@@ -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();
 }