diff options
author | Daniel Borca <[email protected]> | 2004-04-01 06:53:22 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-04-01 06:53:22 +0000 |
commit | e5c7f44009cdc9817d7026fda2a3fadbba0e65df (patch) | |
tree | 23f761dfec9d2d2d0bc73d28395970afa19cd753 /src/mesa/tnl/t_vtx_api.c | |
parent | 13822537a7b0149034edee1b43ac51fd62dcb977 (diff) |
codegen'ed versions of the 2nd level dispatch
Diffstat (limited to 'src/mesa/tnl/t_vtx_api.c')
-rw-r--r-- | src/mesa/tnl/t_vtx_api.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_vtx_api.c b/src/mesa/tnl/t_vtx_api.c index 6dcd8b43a0b..807d99952f0 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 ); |