From: Eric Anholt Date: Mon, 7 Jun 2010 15:45:07 +0000 (-0700) Subject: intel: Clean up stale comments in intel_batchbuffer.c. X-Git-Tag: android-x86-2.2~3532 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=22409756d4ed941f2ec6729ab0c312149749106f;p=android-x86%2Fexternal-mesa.git intel: Clean up stale comments in intel_batchbuffer.c. --- diff --git a/src/mesa/drivers/dri/intel/intel_batchbuffer.c b/src/mesa/drivers/dri/intel/intel_batchbuffer.c index d34176236b7..0ea0a4fb078 100644 --- a/src/mesa/drivers/dri/intel/intel_batchbuffer.c +++ b/src/mesa/drivers/dri/intel/intel_batchbuffer.c @@ -126,7 +126,7 @@ _intel_batchbuffer_flush(struct intel_batchbuffer *batch, const char *file, used); batch->reserved_space = 0; - /* Emit a flush if the bufmgr doesn't do it for us. */ + if (intel->always_flush_cache) { intel_batchbuffer_emit_mi_flush(batch); used = batch->ptr - batch->map; @@ -163,9 +163,6 @@ _intel_batchbuffer_flush(struct intel_batchbuffer *batch, const char *file, /* Check that we didn't just wrap our batchbuffer at a bad time. */ assert(!intel->no_batch_wrap); - /* TODO: Just pass the relocation list and dma buffer up to the - * kernel. - */ do_flush_locked(batch, used); if (INTEL_DEBUG & DEBUG_SYNC) {