svga: return 1 for PIPE_CAP_MIXED_COLORBUFFER_FORMATS
[mesa.git] / src / gallium / drivers / svga / svga_draw.h
index a2403d802bebe46293498c9983127746de046632..31bea5243848873972e7ae85211e656c788053e2 100644 (file)
@@ -76,8 +76,15 @@ svga_hwtnl_draw_range_elements( struct svga_hwtnl *hwtnl,
                                 unsigned start, 
                                 unsigned count );
 
+boolean
+svga_hwtnl_is_buffer_referred( struct svga_hwtnl *hwtnl,
+                               struct pipe_resource *buffer );
+
 enum pipe_error
 svga_hwtnl_flush( struct svga_hwtnl *hwtnl );
 
+void svga_hwtnl_set_index_bias( struct svga_hwtnl *hwtnl,
+                                int index_bias);
+
 
 #endif /* SVGA_DRAW_H_ */