summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-11-07 16:24:27 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-11-07 16:24:27 +0000
commitc5423510851e2f575d3fe954f3af91007d3796d5 (patch)
tree458891403966b415bde3cd9987047e48bf48c86f /docs
parent1cfae1adb24f49281533a69f8adacab610ef3de1 (diff)
added glFogCoord functions
Diffstat (limited to 'docs')
-rw-r--r--docs/VERSIONS3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 63cadd7c7f..30ce4eb6af 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.111 2002/11/06 15:18:26 brianp Exp $
+$Id: VERSIONS,v 1.112 2002/11/07 16:24:27 brianp Exp $
Mesa Version History
@@ -1073,3 +1073,4 @@ Mesa Version History
- FX (Glide) driver didn't compile
- setting GL_TEXTURE_BORDER_COLOR with glTexParameteriv() didn't work
- a few EXT functions, like glGenTexturesEXT, were no-ops
+ - OpenGL 1.4 glFogCoord functions were missing