From: Eric Anholt Date: Fri, 23 May 2008 19:43:05 +0000 (-0700) Subject: Remove stale comment about glFlush(). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=200fd13d4a605bea07857d6c3e7c85ee07d663cb;p=mesa.git 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. --- 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