Merge remote-tracking branch 'origin/master' into pipe-video
[mesa.git] / src / gallium / drivers / svga / svga_draw.h
index a2403d802bebe46293498c9983127746de046632..1dac17421e1d06cb7e9a0e3ff41a75e2a2e69715 100644 (file)
@@ -79,5 +79,8 @@ svga_hwtnl_draw_range_elements( struct svga_hwtnl *hwtnl,
 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_ */