diff options
author | Ben Crossman <bencrossman@freedesktop.org> | 2005-04-15 09:13:21 +0000 |
---|---|---|
committer | Ben Crossman <bencrossman@freedesktop.org> | 2005-04-15 09:13:21 +0000 |
commit | d8aa5ffed5986587e5b93ca802c79d28be68aa8d (patch) | |
tree | 8d839f43adcbd33ba52d99296fce4ff5f0be7090 /src/mesa/tnl | |
parent | 067e788acd80b5bb276aa0c1c6d7a67b234990da (diff) |
Reverted the last change back to fix bug 3035
Diffstat (limited to 'src/mesa/tnl')
-rw-r--r-- | src/mesa/tnl/t_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_context.c b/src/mesa/tnl/t_context.c index f76f546b81..531e639e84 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 (_mesa_getenv("MESA_CODEGEN")) + if (getenv("MESA_CODEGEN")) tnl->AllowCodegen = GL_TRUE; /* Initialize the VB. |