r300g: update rs_block state after changing rasterizer
authorCooper Yuan <cooperyuan@gmail.com>
Sat, 5 Sep 2009 06:26:39 +0000 (14:26 +0800)
committerCooper Yuan <cooperyuan@gmail.com>
Sat, 5 Sep 2009 06:26:39 +0000 (14:26 +0800)
src/gallium/drivers/r300/r300_state.c

index 5642aed663c09056e33c49085f3a12d7301e0b56..81808017f8603818392199d82725814ef5d05aa7 100644 (file)
@@ -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;
 }