summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/failover/fo_state_emit.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-08-22 09:00:51 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2007-08-22 09:01:34 +0100
commitd021381d4e17d0c802b6e6b1c11de04563274dea (patch)
tree6ef5a57d57b0a13f24c35d917748f6d9457c3b86 /src/mesa/pipe/failover/fo_state_emit.c
parent9606cb15e7d5821b60fd4413e3c79afb745c0e16 (diff)
Clear all the dirtyflag words
Diffstat (limited to 'src/mesa/pipe/failover/fo_state_emit.c')
-rw-r--r--src/mesa/pipe/failover/fo_state_emit.c4
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 7760419394..52fcf5dbc9 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;
}