r300g: update rs_block state after changing rasterizer

This commit is contained in:
Cooper Yuan
2009-09-05 14:26:39 +08:00
parent 8f990f928b
commit 80ea03bd17
+1
View 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;
}