diff options
author | Eric Anholt <[email protected]> | 2008-05-23 12:43:05 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2008-05-23 12:43:05 -0700 |
commit | 200fd13d4a605bea07857d6c3e7c85ee07d663cb (patch) | |
tree | 6329b9fd90de6e0c41dfa072e367a92f136e98ca | |
parent | a74bf4ef345d880d7d296313fed0240781d2ebd8 (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.
-rw-r--r-- | src/mesa/drivers/dri/intel/intel_context.c | 3 |
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 6f187f719b1..e1941c302ce 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 |