summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-04-25 00:55:47 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-04-25 00:55:47 +0000
commitcb0ae25a4efd85128f47aa30b772abb7245d53f6 (patch)
tree9ab10f68d6f9e6fea7b521646c5f6d805991f0d9 /docs
parent94b30dc390f1fdd526c080080830016fad3e2ee2 (diff)
vertex attrib alias change, glPopAttrib/GL_DRAW_BUFFER bug fix
Diffstat (limited to 'docs')
-rw-r--r--docs/VERSIONS3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index b15038b63cc..b1731b27eca 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1474,6 +1474,8 @@ Mesa Version History
6.5.1 month, day, 2006
New:
Changes:
+ - The glVertexAttribARB functions no longer alias the conventional
+ vertex attributes.
Bug fixes:
- fixed broken texture border handling for depth textures (bug 6498)
- removed the test for duplicated framebuffer attachments, per
@@ -1482,3 +1484,4 @@ Mesa Version History
- clipping of lines against user-defined clip planes was broken (6512)
- assembly language dispatch for SPARC was broken (bug 6484)
- assorted compilation fixes on various Unix platforms (Dan Schikore)
+ - glPopAttrib could restore an invalid value for GL_DRAW_BUFFER