diff options
author | Brian Paul <[email protected]> | 2001-03-15 18:21:01 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-03-15 18:21:01 +0000 |
commit | 24fab8e2507d9ccc45c1a94de0ad44088cfb8738 (patch) | |
tree | 78c3b68c8c7d8db7dc55d263095fa00ca733d141 /src/mesa/main/extensions.c | |
parent | b082abc28f4462cb702ba3254a70378989b8ab84 (diff) |
removed ARB_texture_env_add bool flag, use EXT_texture_env_add flag
Diffstat (limited to 'src/mesa/main/extensions.c')
-rw-r--r-- | src/mesa/main/extensions.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index eab5822cf04..1b5c9cd448e 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -1,4 +1,4 @@ -/* $Id: extensions.c,v 1.51 2001/02/27 00:13:25 brianp Exp $ */ +/* $Id: extensions.c,v 1.52 2001/03/15 18:21:01 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -60,7 +60,7 @@ static struct { { OFF, "GL_ARB_multitexture", F(ARB_multitexture) }, { OFF, "GL_ARB_texture_compression", F(ARB_texture_compression) }, { OFF, "GL_ARB_texture_cube_map", F(ARB_texture_cube_map) }, - { OFF, "GL_ARB_texture_env_add", F(ARB_texture_env_add) }, + { OFF, "GL_ARB_texture_env_add", F(EXT_texture_env_add) }, { ON, "GL_ARB_tranpose_matrix", 0 }, { ON, "GL_EXT_abgr", 0 }, { ON, "GL_EXT_bgra", 0 }, |