gallivm: Support 4 x unorm8 in lp_build_fetch_rgba_aos().
[mesa.git] / src / gallium / auxiliary / draw / draw_vs_varient.c
index 0abd827b61586e5e80401bfa1b60ca8a7a1ae08f..6eb26927f27366130d8185f05b649758bbb3e103 100644 (file)
@@ -263,8 +263,9 @@ static void vsvg_destroy( struct draw_vs_varient *varient )
 }
 
 
-struct draw_vs_varient *draw_vs_varient_generic( struct draw_vertex_shader *vs,
-                                                 const struct draw_vs_varient_key *key )
+struct draw_vs_varient *
+draw_vs_create_varient_generic( struct draw_vertex_shader *vs,
+                                const struct draw_vs_varient_key *key )
 {
    unsigned i;
    struct translate_key fetch, emit;