summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-04-14 02:26:40 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-04-14 02:26:40 +0000
commit780155ab31324f1c74f3505a0ab245cb9f2c8c81 (patch)
treebe5cc01692210d0b6ce11e1981c9ad7253865894 /docs
parent730b26556bf0f82385059dfcb7488f4b9b349118 (diff)
6.5.1 fixes
Diffstat (limited to 'docs')
-rw-r--r--docs/VERSIONS2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 5ea6b286437..b15038b63cc 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1480,3 +1480,5 @@ Mesa Version History
version 117 of the GL_EXT_framebuffer_object specification
- fixed a few render-to-texture bugs, including render to depth texture
- 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)