projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7e6f7b
)
updated glext.h, fixed bug 876160
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 13 Jan 2004 16:18:33 +0000
(16:18 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 13 Jan 2004 16:18:33 +0000
(16:18 +0000)
docs/VERSIONS
patch
|
blob
|
history
diff --git
a/docs/VERSIONS
b/docs/VERSIONS
index 883e645204697327bb0cad47a2e6ce2074e16c13..6dd907198dae5dab9b2976b9da44f92beb700da6 100644
(file)
--- 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)