summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-01-13 16:18:33 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-01-13 16:18:33 +0000
commitb44d4a0d6a7dcc1eebe4f055b98c236e64cb8da1 (patch)
tree5e05f6362aa446baad018a50400c86cfb42446a8 /docs
parenta7e6f7ba35a65bec295052fe8b394a9580c58b20 (diff)
updated glext.h, fixed bug 876160
Diffstat (limited to 'docs')
-rw-r--r--docs/VERSIONS2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 883e6452046..6dd907198da 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1189,6 +1189,7 @@ Mesa Version History
6.0 January ??, 2004
New:
- full OpenGL 1.5 support
+ - updated GL/glext.h file to version 21
Bug fixes:
- fixed bug in UNCLAMPED_FLOAT_TO_UBYTE macro; solves a color
clamping issue
@@ -1197,3 +1198,4 @@ Mesa Version History
- fixed FP divide by zero error seen on VMS with xlockmore, others
- fixed program debug problem (bug 873011)
- building on AIX with gcc works now
+ - glDeleteProgramsARB failed for ARB fragment programs (bug 876160)