mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-28 04:20:40 +02:00
gallium: Use GALLIUM_ prefix for env vars.
This commit is contained in:
parent
d5dd52aea8
commit
d6667171dc
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ struct draw_vertex_fetch *draw_vf_create( void )
|
|||
vf->codegen_emit = NULL;
|
||||
|
||||
#ifdef USE_SSE_ASM
|
||||
if (!GETENV("MESA_NO_CODEGEN"))
|
||||
if (!GETENV("GALLIUM_NO_CODEGEN"))
|
||||
vf->codegen_emit = draw_vf_generate_sse_emit;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue