diff options
author | Eric Anholt <[email protected]> | 2010-05-17 19:19:43 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-05-18 10:12:20 -0700 |
commit | dfb7b86e633ae9b656f5a15932a220b04cc092d5 (patch) | |
tree | b262054472a273ee31414b670e63318f224cc617 | |
parent | b0ba8d6f807543d461272833a76059fed8a4d6e9 (diff) |
i965: Revert accidental debug change in 562e2d114ec0cba8
-rw-r--r-- | 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 767c9034bfd..9768b0deee7 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 | |