i965: Revert accidental debug change in 562e2d114e

This commit is contained in:
Eric Anholt 2010-05-17 19:19:43 -07:00
parent b0ba8d6f80
commit dfb7b86e63

View file

@ -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 |