summaryrefslogtreecommitdiff
path: root/docs/relnotes-7.0.3.html
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-02-16 09:56:26 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-02-16 09:56:26 -0700
commit77e3b5d28ba47f1910b9db0b1e0e36e951365d1e (patch)
treeb321bd69c11f2eaba0526213e3bd9bef7ab95285 /docs/relnotes-7.0.3.html
parentbf97ca448cce48e63e9edcc25ada18ce47cdd11e (diff)
Fix potential glDrawPixels(GL_DEPTH_COMPONENT) crashes (bug 13915)
Also, general clean-up of the Xlib-optimized glDraw/CopyPixels code.
Diffstat (limited to 'docs/relnotes-7.0.3.html')
-rw-r--r--docs/relnotes-7.0.3.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes-7.0.3.html b/docs/relnotes-7.0.3.html
index 26eed3ca656..4268f5d7169 100644
--- a/docs/relnotes-7.0.3.html
+++ b/docs/relnotes-7.0.3.html
@@ -36,6 +36,7 @@ Mesa 7.0.3 is a stable release with bug fixes since version 7.0.2.
<li>Fixed crash when deleting framebuffer objects (bugs 13507, 14293)
<li>User-defined clip planes enabled for R300 (bug 9871)
<li>Fixed glBindTexture() crash upon bad target (bug 14514)
+<li>Fixed potential crash in glDrawPixels(GL_DEPTH_COMPONENT) (bug 13915)
</ul>