projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a74bf4e
)
Remove stale comment about glFlush().
author
Eric Anholt
<eric@anholt.net>
Fri, 23 May 2008 19:43:05 +0000
(12:43 -0700)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/intel/intel_context.c
b/src/mesa/drivers/dri/intel/intel_context.c
index 6f187f719b151da579dd6ea2576577577b004571..e1941c302ce5c294c7f1329b5d282f4cddd7feea 100644
(file)
--- 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