mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
r300g: need to validate scissor and viewport state if bind new rasterizer
This commit is contained in:
parent
9ab19a3900
commit
8f990f928b
1 changed files with 2 additions and 0 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue