From e5c7f44009cdc9817d7026fda2a3fadbba0e65df Mon Sep 17 00:00:00 2001 From: Daniel Borca Date: Thu, 1 Apr 2004 06:53:22 +0000 Subject: codegen'ed versions of the 2nd level dispatch --- src/mesa/tnl/t_vtx_api.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/tnl/t_vtx_api.c') diff --git a/src/mesa/tnl/t_vtx_api.c b/src/mesa/tnl/t_vtx_api.c index 6dcd8b43a0..807d99952f 100644 --- a/src/mesa/tnl/t_vtx_api.c +++ b/src/mesa/tnl/t_vtx_api.c @@ -901,6 +901,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 */ _mesa_install_exec_vtxfmt( ctx, &tnl->exec_vtxfmt ); -- cgit v1.2.3