intel: Remove an unexplained flush from intelClearWithBlit.
authorEric Anholt <eric@anholt.net>
Fri, 2 Oct 2009 01:07:57 +0000 (18:07 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 2 Oct 2009 18:38:36 +0000 (11:38 -0700)
src/mesa/drivers/dri/intel/intel_blit.c

index 43141c509c7c1c2522f5bde12c85418bfe568661..9e114db6c7823ca0fa4f7a7c3616e385510c9e00 100644 (file)
@@ -371,8 +371,6 @@ intelClearWithBlit(GLcontext *ctx, GLbitfield mask)
       skipBuffers = BUFFER_BIT_STENCIL;
    }
 
-   /* XXX Move this flush/lock into the following conditional? */
-   intelFlush(&intel->ctx);
    LOCK_HARDWARE(intel);
 
    intel_get_cliprects(intel, &cliprects, &num_cliprects, &x_off, &y_off);