OSDN Git Service

Clear all the dirtyflag words
authorKeith Whitwell <keith@tungstengraphics.com>
Wed, 22 Aug 2007 08:00:51 +0000 (09:00 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Wed, 22 Aug 2007 08:01:34 +0000 (09:01 +0100)
src/mesa/pipe/failover/fo_state_emit.c

index 7760419..52fcf5d 100644 (file)
@@ -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;
 }