summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i830/i830_tris.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/dri/i830/i830_tris.c')
-rw-r--r--src/mesa/drivers/dri/i830/i830_tris.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/i830/i830_tris.c b/src/mesa/drivers/dri/i830/i830_tris.c
index 8421897cfe..e0907202d5 100644
--- a/src/mesa/drivers/dri/i830/i830_tris.c
+++ b/src/mesa/drivers/dri/i830/i830_tris.c
@@ -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];