projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5dd52a
)
gallium: Use GALLIUM_ prefix for env vars.
author
José Fonseca
<jrfonseca@tungstengraphics.com>
Tue, 29 Jan 2008 00:42:03 +0000
(09:42 +0900)
committer
Ben Skeggs
<skeggsb@gmail.com>
Fri, 15 Feb 2008 02:50:24 +0000
(13:50 +1100)
src/mesa/pipe/draw/draw_vf.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/draw/draw_vf.c
b/src/mesa/pipe/draw/draw_vf.c
index d36f6293b1faeada67324eba36a8dedde3a33247..4fc2312ad1e0936702323f0b18fa362c2ce1e2f4 100644
(file)
--- a/
src/mesa/pipe/draw/draw_vf.c
+++ b/
src/mesa/pipe/draw/draw_vf.c
@@
-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