summaryrefslogtreecommitdiff
path: root/docs/VERSIONS
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-07-19 15:09:42 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-07-19 15:09:42 +0000
commit69ddf6cc41a18c6947e7deeb0b4240946f5ddb34 (patch)
tree8323648e21c053f33c1f521c7c8c530b80f644ca /docs/VERSIONS
parent114ecb9d67b1254d0929bfeec80dee8015834425 (diff)
more 6.5.1 additions
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r--docs/VERSIONS3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 547a48ffac..2fb1335d3e 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1474,6 +1474,7 @@ Mesa Version History
6.5.1 month, day, 2006
New:
- GL_APPLE_vertex_array_object extension (Ian Romanick)
+ - "engine" demo
Changes:
- The glVertexAttribARB functions no longer alias the conventional
vertex attributes.
@@ -1495,3 +1496,5 @@ Mesa Version History
- rectangular depth textures didn't work
- invalid mode to glBegin didn't generate an error (bug 7142)
- 'normalized' parameter to glVertexAttribPointerARB didn't work
+ - disable bogus GLX_SGI_video_sync extension in xlib driver
+ - fixed R128 driver locking bug (Martijn van Oosterhout)