projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f623cf
)
intel: Remove an unexplained flush from intelClearWithBlit.
author
Eric Anholt
<eric@anholt.net>
Fri, 2 Oct 2009 01:07:57 +0000
(18:07 -0700)
committer
Eric Anholt
<eric@anholt.net>
Fri, 2 Oct 2009 18:38:36 +0000
(11:38 -0700)
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 43141c509c7c1c2522f5bde12c85418bfe568661..9e114db6c7823ca0fa4f7a7c3616e385510c9e00 100644
(file)
--- a/
src/mesa/drivers/dri/intel/intel_blit.c
+++ b/
src/mesa/drivers/dri/intel/intel_blit.c
@@
-371,8
+371,6
@@
intelClearWithBlit(GLcontext *ctx, GLbitfield mask)
skipBuffers = BUFFER_BIT_STENCIL;
}
- /* XXX Move this flush/lock into the following conditional? */
- intelFlush(&intel->ctx);
LOCK_HARDWARE(intel);
intel_get_cliprects(intel, &cliprects, &num_cliprects, &x_off, &y_off);