[intel] Remove a gratuitous flush at the end of ClearWithTris.
authorEric Anholt <eric@anholt.net>
Thu, 10 Jan 2008 21:46:49 +0000 (13:46 -0800)
committerEric Anholt <eric@anholt.net>
Thu, 10 Jan 2008 21:46:49 +0000 (13:46 -0800)
src/mesa/drivers/dri/intel/intel_buffers.c

index dc54c18..10d282e 100644 (file)
@@ -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[] = {