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

Author: Eric Anholt <[email protected]>
Date:   Mon May 17 19:19:43 2010 -0700

i965: Revert accidental debug change in 562e2d114ec0cba8

---

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

diff --git a/src/mesa/drivers/dri/intel/intel_batchbuffer.c 
b/src/mesa/drivers/dri/intel/intel_batchbuffer.c
index 767c903..9768b0d 100644
--- a/src/mesa/drivers/dri/intel/intel_batchbuffer.c
+++ b/src/mesa/drivers/dri/intel/intel_batchbuffer.c
@@ -276,7 +276,7 @@ intel_batchbuffer_emit_mi_flush(struct intel_batchbuffer 
*batch)
 {
    struct intel_context *intel = batch->intel;
 
-   if (0 && intel->gen >= 4) {
+   if (intel->gen >= 4) {
       BEGIN_BATCH(4);
       OUT_BATCH(_3DSTATE_PIPE_CONTROL |
                PIPE_CONTROL_INSTRUCTION_FLUSH |

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

Reply via email to