diff options
author | Brian Paul <[email protected]> | 2000-03-07 17:54:58 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-03-07 17:54:58 +0000 |
commit | aabf086a03f27aace21f56098989f94b5697c8dd (patch) | |
tree | 969e4f128985c83da35ee64a805f8763a2a0fef2 /src/mesa/main/enums.c | |
parent | 4f92969899df9eb37d3c831cf3e17545877eda6e (diff) |
added GL_EXT_texture_lod_bias extension (Michael Vance)
Diffstat (limited to 'src/mesa/main/enums.c')
-rw-r--r-- | src/mesa/main/enums.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/enums.c b/src/mesa/main/enums.c index 5dbda02dfb3..9c49a810bed 100644 --- a/src/mesa/main/enums.c +++ b/src/mesa/main/enums.c @@ -1,4 +1,4 @@ -/* $Id: enums.c,v 1.6 2000/02/05 01:52:05 brianp Exp $ */ +/* $Id: enums.c,v 1.7 2000/03/07 17:54:58 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -769,6 +769,9 @@ enum_elt all_enums[] = { "GL_CLIENT_ACTIVE_TEXTURE_ARB", 0x84E1 }, { "GL_MAX_TEXTURE_UNITS_ARB", 0x84E2 }, + { "GL_TEXTURE_FILTER_CONTROL_EXT", 0x8500 }, + { "GL_TEXTUER_LOD_BIAS_EXT", 0x8501 }, + { "GL_NORMAL_MAP_NV", 0x8511 }, { "GL_REFLECTION_MAP_NV", 0x8512 }, |