Browse Source

[intel] Remove gratuitous (batchbuffer) flush before doing buffer clears.

Increases OA performance by about 3%.
tags/mesa_7_1_rc1
Eric Anholt 17 years ago
parent
commit
9bf9122925
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      src/mesa/drivers/dri/intel/intel_buffers.c

+ 0
- 2
src/mesa/drivers/dri/intel/intel_buffers.c View File

@@ -570,8 +570,6 @@ intelClear(GLcontext *ctx, GLbitfield mask)
}
}

intelFlush(ctx); /* XXX intelClearWithBlit also does this */

if (blit_mask) {
if (INTEL_DEBUG & DEBUG_BLIT) {
DBG("blit clear:");

Loading…
Cancel
Save