Rename the various function types in t_context.h to include a tnl_ prefix.
[mesa.git] / src / mesa / drivers / dri / tdfx / tdfx_tris.c
index 408682e1fac417db14c79c56da53a54345789e8a..c3398c73fc682c3975675e6ffb8f285f951d077d 100644 (file)
@@ -303,10 +303,10 @@ static void tdfx_draw_point( tdfxContextPtr fxMesa,
 #define TDFX_MAX_TRIFUNC     0x20
 
 static struct {
-   points_func         points;
-   line_func           line;
-   triangle_func       triangle;
-   quad_func           quad;
+   tnl_points_func             points;
+   tnl_line_func               line;
+   tnl_triangle_func   triangle;
+   tnl_quad_func               quad;
 } rast_tab[TDFX_MAX_TRIFUNC];
 
 #define DO_FALLBACK (IND & TDFX_FALLBACK_BIT)