summaryrefslogtreecommitdiff
path: root/docs/VERSIONS
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-08-10 14:54:19 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-08-10 14:54:19 +0000
commit795e83f809f535cd56c0cb8856623c360f832272 (patch)
tree4e0d70f0f40c28aeb36a277d9e4399f0f0c613c8 /docs/VERSIONS
parenta89b099c74c0129c975d3f7ba1cdccc6a8d6b6be (diff)
latest updates for 6.5.1
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 2fb1335d3e..47a9b7a6e1 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1473,7 +1473,9 @@ Mesa Version History
6.5.1 month, day, 2006
New:
+ - Intel i965 DRI driver
- GL_APPLE_vertex_array_object extension (Ian Romanick)
+ - GL_EXT_texture_sRGB extension
- "engine" demo
Changes:
- The glVertexAttribARB functions no longer alias the conventional
@@ -1498,3 +1500,4 @@ Mesa Version History
- '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)
+ - using evaluators with vertex programs caused crashes (bug 7564)