svga: flush when transitioning between HW and SW rendering paths
[mesa.git] / src / gallium / drivers / svga / svga_context.h
index 6fd0bdb38b80c791309119aa344fb77d4122466d..4d4f50366eaa05bacc1eb6c3f327bb0171a56c57 100644 (file)
@@ -367,6 +367,9 @@ struct svga_context
 
    /** List of buffers with queued transfers */
    struct list_head dirty_buffers;
+
+   /** Was the previous draw done with the SW path? */
+   boolean prev_draw_swtnl;
 };
 
 /* A flag for each state_tracker state object: