Module: Mesa
Branch: master
Commit: 3d78a86cd777aecce544d14b85177a71e9c142ce
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d78a86cd777aecce544d14b85177a71e9c142ce

Author: Eric Anholt <[email protected]>
Date:   Thu Oct  1 18:07:57 2009 -0700

intel: Remove an unexplained flush from intelClearWithBlit.

---

 src/mesa/drivers/dri/intel/intel_blit.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/mesa/drivers/dri/intel/intel_blit.c 
b/src/mesa/drivers/dri/intel/intel_blit.c
index 43141c5..9e114db 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);

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to