From 77865f81c9ce422b6f23bb105c632c2c6fb9bd67 Mon Sep 17 00:00:00 2001 From: Daniel Borca Date: Fri, 2 Apr 2004 06:42:04 +0000 Subject: added codegen'ed choosers --- src/mesa/tnl/t_vtx_api.h | 4 ++++ 1 file changed, 4 insertions(+) (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 46700fcd0a..f58461332e 100644 --- a/src/mesa/tnl/t_vtx_api.h +++ b/src/mesa/tnl/t_vtx_api.h @@ -80,6 +80,10 @@ 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, + GLuint sz )); + -- cgit v1.2.3