r300g: need to validate scissor and viewport state if bind new rasterizer

This commit is contained in:
Cooper Yuan 2009-09-05 10:26:39 +08:00
parent 9ab19a3900
commit 8f990f928b

View file

@ -429,6 +429,8 @@ 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_SCISSOR;
r300->dirty_state |= R300_NEW_VIEWPORT;
}
/* Free rasterizer state. */