st/mesa: factor ucp-lowering logic into helper
[mesa.git] / src / mesa / tnl / t_rebase.h
index ce2e8b0590e2ceb8882df00ed895f2eb81f6c920..b596d93995b723794be99c03d898a152860f370f 100644 (file)
 #include "tnl.h"
 
 void t_rebase_prims( struct gl_context *ctx,
-                     const struct gl_vertex_array *arrays,
+                     const struct tnl_vertex_array *arrays,
                      const struct _mesa_prim *prim,
                      GLuint nr_prims,
                      const struct _mesa_index_buffer *ib,
                      GLuint min_index,
                      GLuint max_index,
+                     GLuint num_instances,
+                     GLuint base_instance,
                      tnl_draw_func draw );
 
 #endif