From: Brian Paul Date: Fri, 14 Apr 2006 02:26:40 +0000 (+0000) Subject: 6.5.1 fixes X-Git-Tag: mesa-7.8~7665 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=780155ab31324f1c74f3505a0ab245cb9f2c8c81;p=platform%2Fupstream%2Fmesa.git 6.5.1 fixes --- diff --git a/docs/VERSIONS b/docs/VERSIONS index 5ea6b28..b15038b 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)