Module: Mesa Branch: 7.8 Commit: 1f756d916a48393ce4ff7c284193e48a510c175b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f756d916a48393ce4ff7c284193e48a510c175b
Author: Brian Paul <[email protected]> Date: Tue Jun 8 08:45:08 2010 -0600 docs: added a few more bug fixes to the 7.8.2 relnotes file --- docs/relnotes-7.8.2.html | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/docs/relnotes-7.8.2.html b/docs/relnotes-7.8.2.html index e1b0f2d..77f0c6d 100644 --- a/docs/relnotes-7.8.2.html +++ b/docs/relnotes-7.8.2.html @@ -44,6 +44,10 @@ tbd <ul> <li>Fixed Gallium glDrawPixels(GL_DEPTH_COMPONENT). <li>Fixed Gallium Cell driver to buildable, runable state +<li>Fixed bad error checking for glFramebufferRenderbuffer(attachment=GL_DEPTH_STENCIL_ATTACHMENT). +<li>Fixed incorrect Z coordinate handling in "meta" glDraw/CopyPixels. +<li>Assorted i965 driver fixes. +<li>Fixed OSMesa build for 16 and 32-bit color channel depth. </ul> _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
