diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-11-16 14:44:23 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-11-16 14:44:23 +0000 |
commit | ebe4c893f8c0e80fe474743574a377d460b5f3e8 (patch) | |
tree | 8f8db49bf476e9eb15b985bb8edb70824f536fcc /docs/relnotes-6.5.2.html | |
parent | b97947972193b6b004a0ee49da31146230d43dd8 (diff) |
fix glDrawPixels(GL_COLOR_INDEX, GL_BITMAP) bug 9044
Diffstat (limited to 'docs/relnotes-6.5.2.html')
-rw-r--r-- | docs/relnotes-6.5.2.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes-6.5.2.html b/docs/relnotes-6.5.2.html index 1ba936413a..f582c3c593 100644 --- a/docs/relnotes-6.5.2.html +++ b/docs/relnotes-6.5.2.html @@ -66,6 +66,7 @@ copy texturing). <li>Fixed some fragment program bugs in Intel i915 DRI driver <li>Fixed glGetVertexAttribfvARB bug 8883 <li>Implemented glGetUniform[fi]vARB() functions +<li>Fixed glDrawPixels(GL_COLOR_INDEX, GL_BITMAP) segfault (bug 9044) </ul> |