diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-06-28 14:34:30 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-06-28 14:34:30 +0000 |
commit | c079d690da94c103e632ecb799f02072a11e35a6 (patch) | |
tree | b982dcd6f5af866d21683b9b0c133d50eb9be45a | |
parent | 3c6ffb53f7631a9f431323fa24afe63ef626d559 (diff) |
added GL_EXT_texture_env_combine
-rw-r--r-- | docs/VERSIONS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 14700f26e9..7593d8bbf5 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.36 2000/06/28 04:43:50 brianp Exp $ +$Id: VERSIONS,v 1.37 2000/06/28 14:34:30 brianp Exp $ Mesa Version History @@ -720,6 +720,7 @@ Mesa Version History - GL_ARB_texture_cube_map extension - added xdemos/glxheads and xdemos/manywin - demos/texenv.c demo + - GL_EXT_texture_env_combine extension (by Holger Waechtler) Bug Fixes: - none since 3.2.1 Changes: |