mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 04:30:10 +01:00
gallium: Use GALLIUM_ prefix for env vars.
This commit is contained in:
parent
93d727eea7
commit
1cc0b0dda7
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