diff options
author | Keith Whitwell <[email protected]> | 2007-08-22 09:00:51 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2007-08-22 09:01:34 +0100 |
commit | d021381d4e17d0c802b6e6b1c11de04563274dea (patch) | |
tree | 6ef5a57d57b0a13f24c35d917748f6d9457c3b86 /src/mesa/pipe/failover | |
parent | 9606cb15e7d5821b60fd4413e3c79afb745c0e16 (diff) |
Clear all the dirtyflag words
Diffstat (limited to 'src/mesa/pipe/failover')
-rw-r--r-- | src/mesa/pipe/failover/fo_state_emit.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/pipe/failover/fo_state_emit.c b/src/mesa/pipe/failover/fo_state_emit.c index 77604193949..52fcf5dbc95 100644 --- a/src/mesa/pipe/failover/fo_state_emit.c +++ b/src/mesa/pipe/failover/fo_state_emit.c @@ -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; } |