summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vtx_api.c
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2004-04-12 22:41:47 +0000
committerIan Romanick <idr@us.ibm.com>2004-04-12 22:41:47 +0000
commit231603893db712d1c467e1b31c5818a9d84ad9e1 (patch)
treeb274b1683fd31c9d7287fb5007345731666e2d83 /src/mesa/tnl/t_vtx_api.c
parentee22ed2fb4294612e3c4d5d6723e28d723bbb45e (diff)
Missed one with the last commit.
Diffstat (limited to 'src/mesa/tnl/t_vtx_api.c')
-rw-r--r--src/mesa/tnl/t_vtx_api.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_vtx_api.c b/src/mesa/tnl/t_vtx_api.c
index 926b277dc9..0e28c73910 100644
--- a/src/mesa/tnl/t_vtx_api.c
+++ b/src/mesa/tnl/t_vtx_api.c
@@ -904,7 +904,9 @@ void _tnl_vtx_init( GLcontext *ctx )
tnl->vtx.gen.Attribute[i] = no_codegen;
}
+#ifdef USE_X86_ASM
_tnl_InitX86Codegen( &tnl->vtx.gen );
+#endif
_tnl_current_init( ctx );
_tnl_exec_vtxfmt_init( ctx );