Remove stale comment about glFlush().
authorEric Anholt <eric@anholt.net>
Fri, 23 May 2008 19:43:05 +0000 (12:43 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 23 May 2008 19:43:05 +0000 (12:43 -0700)
We don't need an MI_FLUSH there, because everything that's been flushed in the
batch will eventually hit the hardware.

src/mesa/drivers/dri/intel/intel_context.c

index 6f187f719b151da579dd6ea2576577577b004571..e1941c302ce5c294c7f1329b5d282f4cddd7feea 100644 (file)
@@ -361,9 +361,6 @@ intelFlush(GLcontext * ctx)
 
    if (intel->batch->map != intel->batch->ptr)
       intel_batchbuffer_flush(intel->batch);
-
-   /* XXX: Need to do an MI_FLUSH here.
-    */
 }
 
 void