mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
Missed one with the last commit.
This commit is contained in:
parent
ee22ed2fb4
commit
231603893d
1 changed files with 2 additions and 0 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue