projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e62b2f9
)
state cache is automagically flushed on a normal BEGIN_RING_SIZE
author
Ben Skeggs
<darktama@iinet.net.au>
Fri, 8 Dec 2006 11:51:50 +0000
(11:51 +0000)
committer
Ben Skeggs
<darktama@iinet.net.au>
Fri, 8 Dec 2006 11:51:50 +0000
(11:51 +0000)
src/mesa/drivers/dri/nouveau/nv30_state.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/nouveau/nv30_state.c
b/src/mesa/drivers/dri/nouveau/nv30_state.c
index aab0bd9fda8d18112da6f2ce6448b4faed840363..f0b37a76f5b9e016cb401792c4bc91eeb900c897 100644
(file)
--- a/
src/mesa/drivers/dri/nouveau/nv30_state.c
+++ b/
src/mesa/drivers/dri/nouveau/nv30_state.c
@@
-90,7
+90,6
@@
static void nv30Clear(GLcontext *ctx, GLbitfield mask)
hw_bufs |= 0x03;
if (hw_bufs) {
- /* should we flush the state cache before this? */
BEGIN_RING_SIZE(NvSub3D, NV30_TCL_PRIMITIVE_3D_CLEAR_WHICH_BUFFERS, 1);
OUT_RING(hw_bufs);
}