projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f990f9
)
r300g: update rs_block state after changing rasterizer
author
Cooper Yuan
<cooperyuan@gmail.com>
Sat, 5 Sep 2009 06:26:39 +0000
(14:26 +0800)
committer
Cooper Yuan
<cooperyuan@gmail.com>
Sat, 5 Sep 2009 06:26:39 +0000
(14:26 +0800)
src/gallium/drivers/r300/r300_state.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r300/r300_state.c
b/src/gallium/drivers/r300/r300_state.c
index 5642aed663c09056e33c49085f3a12d7301e0b56..81808017f8603818392199d82725814ef5d05aa7 100644
(file)
--- a/
src/gallium/drivers/r300/r300_state.c
+++ b/
src/gallium/drivers/r300/r300_state.c
@@
-429,6
+429,7
@@
static void r300_bind_rs_state(struct pipe_context* pipe, void* state)
r300->rs_state = rs;
r300->dirty_state |= R300_NEW_RASTERIZER;
+ r300->dirty_state |= R300_NEW_RS_BLOCK;
r300->dirty_state |= R300_NEW_SCISSOR;
r300->dirty_state |= R300_NEW_VIEWPORT;
}