diff options
author | Brian Paul <[email protected]> | 2001-04-17 21:25:53 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-04-17 21:25:53 +0000 |
commit | bcfe3936a8722f43639ad853649c7f0ea8591cf3 (patch) | |
tree | 209385bdbc9277c6b72f5905e77b278ee3f0ab53 /src/mesa/main/enums.c | |
parent | 15eddf38fb2418f2e9703569e66e9f94a614e405 (diff) |
Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues.
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 7b6dd53f029..8510ce81058 100644 --- a/src/mesa/main/enums.c +++ b/src/mesa/main/enums.c @@ -1,4 +1,4 @@ -/* $Id: enums.c,v 1.17 2001/04/16 21:07:33 brianp Exp $ */ +/* $Id: enums.c,v 1.18 2001/04/17 21:25:53 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -833,6 +833,9 @@ enum_elt all_enums[] = { "GL_PRIMARY_COLOR_EXT", 0x8577 }, { "GL_PREVIOUS_EXT", 0x8578 }, + /* GL_ARB_texture_env_combine */ + { "GL_SUBTRACT_ARB", 0x84E7 }, + /* GL_EXT_texture_env_dot3 */ { "GL_DOT3_RGB_EXT", 0x8740 }, { "GL_DOT3_RGBA_EXT", 0x8741 }, |