From: Eric Anholt Date: Fri, 2 Oct 2009 01:07:57 +0000 (-0700) Subject: intel: Remove an unexplained flush from intelClearWithBlit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d78a86cd777aecce544d14b85177a71e9c142ce;p=mesa.git intel: Remove an unexplained flush from intelClearWithBlit. --- diff --git a/src/mesa/drivers/dri/intel/intel_blit.c b/src/mesa/drivers/dri/intel/intel_blit.c index 43141c509c7..9e114db6c78 100644 --- a/src/mesa/drivers/dri/intel/intel_blit.c +++ b/src/mesa/drivers/dri/intel/intel_blit.c @@ -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);