summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_context.c
diff options
context:
space:
mode:
authorBen Crossman <bencrossman@freedesktop.org>2005-04-14 19:54:15 +0000
committerBen Crossman <bencrossman@freedesktop.org>2005-04-14 19:54:15 +0000
commit369404299c6e23ee0cc4b572c95e5533314064d7 (patch)
tree2828f42f0b7202362589231808f22094b751ef4d /src/mesa/tnl/t_context.c
parentb2b01a60dbba4ebd130898509c14ca80a847a679 (diff)
A few getenv() that werent using the mesa wrapper version
Diffstat (limited to 'src/mesa/tnl/t_context.c')
-rw-r--r--src/mesa/tnl/t_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_context.c b/src/mesa/tnl/t_context.c
index 531e639e84..f76f546b81 100644
--- a/src/mesa/tnl/t_context.c
+++ b/src/mesa/tnl/t_context.c
@@ -82,7 +82,7 @@ _tnl_CreateContext( GLcontext *ctx )
return GL_FALSE;
}
- if (getenv("MESA_CODEGEN"))
+ if (_mesa_getenv("MESA_CODEGEN"))
tnl->AllowCodegen = GL_TRUE;
/* Initialize the VB.