Module: Mesa Branch: 7.8 Commit: 75181e974c20677e411b4260b4b790ca7459157e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=75181e974c20677e411b4260b4b790ca7459157e
Author: Tom Fogal <[email protected]> Date: Mon Aug 23 10:01:39 2010 -0600 Add release notes for recent bug fixes. --- docs/relnotes-7.8.3.html | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/docs/relnotes-7.8.3.html b/docs/relnotes-7.8.3.html index dcb2c14..1e9f433 100644 --- a/docs/relnotes-7.8.3.html +++ b/docs/relnotes-7.8.3.html @@ -53,9 +53,12 @@ image.</li> <ul> <li>Fix unsupported FB with D24S8 (bug <a href="https://bugs.freedesktop.org/show_bug.cgi?id=23670">29116</a>)</li> +<li>Fix ReadPixels crash when reading depth/stencil from an FBO</li> <li>Fixed a bug rendering to 16-bit buffers using swrast.</li> <li>Fixed a state tracker/TGSI bug that caused crashes when using Windows' memory debugging features.</li> +<li>Fixed an issue rendering to 32-bit channels with swrast (bug + <a href="https://bugs.freedesktop.org/show_bug.cgi?id=29487">29487</a>)</li> <li>GLSL: fix indirect <TT>gl_TextureMatrix</TT> addressing (bug <a href="https://bugs.freedesktop.org/show_bug.cgi?id=28967">28967</a>)</li> <li>GLSL: fix for bug _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
