From 3d38361b718d490e1e7fda64519952ec887cd149 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Thu, 1 Jul 2004 13:14:05 +0000 Subject: Rename the various function types in t_context.h to include a tnl_ prefix. --- src/mesa/tnl/t_vtx_api.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mesa/tnl/t_vtx_api.h') diff --git a/src/mesa/tnl/t_vtx_api.h b/src/mesa/tnl/t_vtx_api.h index 97d5cf5563..9818c082b8 100644 --- a/src/mesa/tnl/t_vtx_api.h +++ b/src/mesa/tnl/t_vtx_api.h @@ -72,7 +72,7 @@ extern GLboolean *_tnl_import_current_edgeflag( GLcontext *ctx, */ extern void _tnl_generic_exec_vtxfmt_init( GLcontext *ctx ); -extern void _tnl_generic_attr_table_init( attrfv_func (*tab)[4] ); +extern void _tnl_generic_attr_table_init( tnl_attrfv_func (*tab)[4] ); /* t_vtx_x86.c: */ @@ -80,8 +80,8 @@ extern void _tnl_InitX86Codegen( struct _tnl_dynfn_generators *gen ); extern void _tnl_x86_exec_vtxfmt_init( GLcontext *ctx ); -extern void _tnl_x86choosers( attrfv_func (*choose)[4], - attrfv_func (*do_choose)( GLuint attr, +extern void _tnl_x86choosers( tnl_attrfv_func (*choose)[4], + tnl_attrfv_func (*do_choose)( GLuint attr, GLuint sz )); -- cgit v1.2.3