projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8533b91
)
latest changes, bug fixes
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 14 Jan 2004 19:49:22 +0000
(19:49 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 14 Jan 2004 19:49:22 +0000
(19:49 +0000)
docs/VERSIONS
patch
|
blob
|
history
diff --git
a/docs/VERSIONS
b/docs/VERSIONS
index 6dd907198dae5dab9b2976b9da44f92beb700da6..ed508fd3855fc5fc94b12df220d597ef2786c4dd 100644
(file)
--- a/
docs/VERSIONS
+++ b/
docs/VERSIONS
@@
-1190,6
+1190,8
@@
Mesa Version History
New:
- full OpenGL 1.5 support
- updated GL/glext.h file to version 21
+ Changes:
+ - changed max framebuffer size to 4Kx4K (MAX_WIDTH/HEIGHT in config.h)
Bug fixes:
- fixed bug in UNCLAMPED_FLOAT_TO_UBYTE macro; solves a color
clamping issue
@@
-1199,3
+1201,4
@@
Mesa Version History
- fixed program debug problem (bug 873011)
- building on AIX with gcc works now
- glDeleteProgramsARB failed for ARB fragment programs (bug 876160)
+ - glDrawRangeElements tried to modify potentially read-only storage