From: Ian Romanick Date: Mon, 12 Apr 2004 22:41:47 +0000 (+0000) Subject: Missed one with the last commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=231603893db712d1c467e1b31c5818a9d84ad9e1;p=mesa.git Missed one with the last commit. --- diff --git a/src/mesa/tnl/t_vtx_api.c b/src/mesa/tnl/t_vtx_api.c index 926b277dc97..0e28c73910a 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 );