mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-01 15:30:26 +01:00
r300g: update rs_block state after changing rasterizer
This commit is contained in:
parent
8f990f928b
commit
80ea03bd17
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue