summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-05-23 12:43:05 -0700
committerEric Anholt <eric@anholt.net>2008-05-23 12:43:05 -0700
commit200fd13d4a605bea07857d6c3e7c85ee07d663cb (patch)
tree6329b9fd90de6e0c41dfa072e367a92f136e98ca /src/mesa/drivers/dri/intel
parenta74bf4ef345d880d7d296313fed0240781d2ebd8 (diff)
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.
Diffstat (limited to 'src/mesa/drivers/dri/intel')
-rw-r--r--src/mesa/drivers/dri/intel/intel_context.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_context.c b/src/mesa/drivers/dri/intel/intel_context.c
index 6f187f719b..e1941c302c 100644
--- a/src/mesa/drivers/dri/intel/intel_context.c
+++ b/src/mesa/drivers/dri/intel/intel_context.c
@@ -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