Rename the various function types in t_context.h to include a tnl_ prefix.

This commit is contained in:
Keith Whitwell
2004-07-01 13:14:05 +00:00
parent c3c8c71846
commit 3d38361b71
51 changed files with 223 additions and 220 deletions

View File

@@ -41,8 +41,8 @@
#define SS_UNFILLED_BIT 0x8
#define SS_MAX_TRIFUNC 0x10
static triangle_func tri_tab[SS_MAX_TRIFUNC];
static quad_func quad_tab[SS_MAX_TRIFUNC];
static tnl_triangle_func tri_tab[SS_MAX_TRIFUNC];
static tnl_quad_func quad_tab[SS_MAX_TRIFUNC];
static void _swsetup_render_line_tri( GLcontext *ctx,