intel: Remove an unexplained flush from intelClearWithBlit.

This commit is contained in:
Eric Anholt 2009-10-01 18:07:57 -07:00
parent 3f623cfffe
commit 3d78a86cd7

View 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);