vbo: Move vbo_split into the tnl module.
[mesa.git] / src / mesa / drivers / dri / nouveau / nouveau_vbo_t.c
index 4533069692c1235a2a10a49523776fed7a808720..79b444cf55f0335928550c94c55419e7e0e08141 100644 (file)
@@ -277,8 +277,8 @@ vbo_maybe_split(struct gl_context *ctx, const struct gl_vertex_array *arrays,
                        .max_vb_size = ~0,
                };
 
-               vbo_split_prims(ctx, arrays, prims, nr_prims, ib, min_index,
-                               max_index, TAG(vbo_render_prims), &limits);
+               _tnl_split_prims(ctx, arrays, prims, nr_prims, ib, min_index,
+                                max_index, TAG(vbo_render_prims), &limits);
                return GL_TRUE;
        }