6.5.1 fixes

This commit is contained in:
Brian Paul
2006-04-14 02:26:40 +00:00
parent 730b26556b
commit 780155ab31

View File

@@ -1480,3 +1480,5 @@ Mesa Version History
version 117 of the GL_EXT_framebuffer_object specification version 117 of the GL_EXT_framebuffer_object specification
- fixed a few render-to-texture bugs, including render to depth texture - fixed a few render-to-texture bugs, including render to depth texture
- clipping of lines against user-defined clip planes was broken (6512) - 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)