From: Eric Anholt Date: Thu, 10 Jan 2008 21:46:49 +0000 (-0800) Subject: [intel] Remove a gratuitous flush at the end of ClearWithTris. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4e5b3626a1fc42ff7a88264ded8f0997b0fcd22e;p=mesa.git [intel] Remove a gratuitous flush at the end of ClearWithTris. --- diff --git a/src/mesa/drivers/dri/intel/intel_buffers.c b/src/mesa/drivers/dri/intel/intel_buffers.c index dc54c18f40f..10d282ec6b4 100644 --- a/src/mesa/drivers/dri/intel/intel_buffers.c +++ b/src/mesa/drivers/dri/intel/intel_buffers.c @@ -473,7 +473,6 @@ intelClearWithTris(struct intel_context *intel, GLbitfield mask) } intel->vtbl.leave_meta_state(intel); - intel_batchbuffer_flush(intel->batch); } static const char *buffer_names[] = {