Remove stale comment about glFlush().

We don't need an MI_FLUSH there, because everything that's been flushed in the
batch will eventually hit the hardware.
This commit is contained in:
Eric Anholt
2008-05-23 12:43:05 -07:00
parent a74bf4ef34
commit 200fd13d4a
@@ -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