Rename the various function types in t_context.h to include a tnl_ prefix.
[mesa.git] / src / mesa / drivers / dri / i830 / i830_tris.c
index 8421897cfeae7768d69a4e9b06b5d04a0b5f7e46..e0907202d501b273465d74e8508f188c45a11538 100644 (file)
@@ -190,10 +190,10 @@ do {                                              \
 
 
 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[I830_MAX_TRIFUNC];