gallium: remove pipe_index_buffer and set_index_buffer
[mesa.git] / src / gallium / drivers / svga / svga_swtnl.h
index fc094e514282deb200f9d2d474fd35a938e94f6d..0661b718fd3b138e1db3ee057cb56c873d0a8e1b 100644 (file)
@@ -39,7 +39,9 @@ void svga_destroy_swtnl( struct svga_context *svga );
 
 enum pipe_error
 svga_swtnl_draw_vbo(struct svga_context *svga,
-                    const struct pipe_draw_info *info);
+                    const struct pipe_draw_info *info,
+                    struct pipe_resource *indexbuf,
+                    unsigned index_offset);
 
 
 #endif