summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vtx_api.h
diff options
context:
space:
mode:
authorDaniel Borca <dborca@users.sourceforge.net>2004-04-02 06:42:04 +0000
committerDaniel Borca <dborca@users.sourceforge.net>2004-04-02 06:42:04 +0000
commit77865f81c9ce422b6f23bb105c632c2c6fb9bd67 (patch)
tree9576829203908ff8aee9f5d48ba70fda63b0de62 /src/mesa/tnl/t_vtx_api.h
parent8b0afe0a67ee348bd0d71cc52d980e570f6daa2c (diff)
added codegen'ed choosers
Diffstat (limited to 'src/mesa/tnl/t_vtx_api.h')
-rw-r--r--src/mesa/tnl/t_vtx_api.h4
1 files changed, 4 insertions, 0 deletions
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 ));
+