mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
Clear all the dirtyflag words
This commit is contained in:
parent
9606cb15e7
commit
d021381d4e
1 changed files with 4 additions and 0 deletions
|
|
@ -134,4 +134,8 @@ failover_state_emit( struct failover_context *failover )
|
|||
}
|
||||
|
||||
failover->dirty = 0;
|
||||
failover->dirty_vertex_element = 0;
|
||||
failover->dirty_vertex_buffer = 0;
|
||||
failover->dirty_texture = 0;
|
||||
failover->dirty_sampler = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue