diff options
author | Daniel Borca <[email protected]> | 2004-04-02 06:42:04 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-04-02 06:42:04 +0000 |
commit | 77865f81c9ce422b6f23bb105c632c2c6fb9bd67 (patch) | |
tree | 9576829203908ff8aee9f5d48ba70fda63b0de62 /src/mesa/tnl/t_vtx_api.h | |
parent | 8b0afe0a67ee348bd0d71cc52d980e570f6daa2c (diff) |
added codegen'ed choosers
Diffstat (limited to 'src/mesa/tnl/t_vtx_api.h')
-rw-r--r-- | src/mesa/tnl/t_vtx_api.h | 4 |
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 46700fcd0ae..f58461332ec 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 )); + |