diff options
author | Tom Fogal <tfogal@alumni.unh.edu> | 2010-08-23 10:01:39 -0600 |
---|---|---|
committer | Tom Fogal <tfogal@alumni.unh.edu> | 2010-08-23 10:01:39 -0600 |
commit | 75181e974c20677e411b4260b4b790ca7459157e (patch) | |
tree | 7ee8ba1aa2d70533b6817f67220be9b90fbbb6d0 | |
parent | 6628188a871b3ee354c2b0e2c6276af582035656 (diff) |
Add release notes for recent bug fixes.
-rw-r--r-- | 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 dcb2c143cc..1e9f433139 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 |