summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vtx_api.c
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.c
parent8b0afe0a67ee348bd0d71cc52d980e570f6daa2c (diff)
added codegen'ed choosers
Diffstat (limited to 'src/mesa/tnl/t_vtx_api.c')
-rw-r--r--src/mesa/tnl/t_vtx_api.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vtx_api.c b/src/mesa/tnl/t_vtx_api.c
index 807d99952f..f47114cf62 100644
--- a/src/mesa/tnl/t_vtx_api.c
+++ b/src/mesa/tnl/t_vtx_api.c
@@ -883,6 +883,8 @@ void _tnl_vtx_init( GLcontext *ctx )
choose[ERROR_ATTRIB][2] = error_attrib;
choose[ERROR_ATTRIB][3] = error_attrib;
+ _tnl_x86choosers(choose, do_choose); /* x86 INIT_CHOOSERS */
+
_tnl_generic_attr_table_init( generic_attr_func );
}
@@ -901,7 +903,7 @@ void _tnl_vtx_init( GLcontext *ctx )
_tnl_current_init( ctx );
_tnl_exec_vtxfmt_init( ctx );
_tnl_generic_exec_vtxfmt_init( ctx );
- _tnl_x86_exec_vtxfmt_init( ctx ); /* [dBorca] x86 DISPATCH_ATTRFV */
+ _tnl_x86_exec_vtxfmt_init( ctx ); /* x86 DISPATCH_ATTRFV */
_mesa_install_exec_vtxfmt( ctx, &tnl->exec_vtxfmt );