projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d31e34
)
intel: Remove a gratuitous MI_FLUSH after clearing with a blit.
author
Eric Anholt
<eric@anholt.net>
Thu, 5 Mar 2009 16:25:22 +0000
(08:25 -0800)
committer
Eric Anholt
<eric@anholt.net>
Fri, 6 Mar 2009 03:42:16 +0000
(19:42 -0800)
The 3D destination shares the same cache so we don't have any trouble with
the later commands needing the writes flushed inside of the same batchbuffer.
src/mesa/drivers/dri/intel/intel_blit.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/intel/intel_blit.c
b/src/mesa/drivers/dri/intel/intel_blit.c
index 208f90c0abbd67174ce06be281437dbc0f468aef..2d680b292a736ff1774c3c93c9679b5a92a0f522 100644
(file)
--- a/
src/mesa/drivers/dri/intel/intel_blit.c
+++ b/
src/mesa/drivers/dri/intel/intel_blit.c
@@
-562,7
+562,6
@@
intelClearWithBlit(GLcontext *ctx, GLbitfield mask)
}
}
}
- intel_batchbuffer_emit_mi_flush(intel->batch);
}
UNLOCK_HARDWARE(intel);