diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2004-01-14 19:49:22 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2004-01-14 19:49:22 +0000 |
commit | e6089db8c082da62f85a3510e6bd06f5d8f0405e (patch) | |
tree | e208e66ad9d5dd2795dcd842efc3ba72049d3fff /docs/VERSIONS | |
parent | 8533b915437464f335f52bfacf93292098f64f4d (diff) |
latest changes, bug fixes
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r-- | docs/VERSIONS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 6dd907198d..ed508fd385 100644 --- 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 |