summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2005-09-23 02:19:49 +0000
committerBrian Paul <[email protected]>2005-09-23 02:19:49 +0000
commit382b00f483500d35aaeefbd236a07bd3a6073bde (patch)
tree1559a66aa2dd8b7976b47ed89b8ad4a805245811 /docs
parent718bd385ed01610525c4ff4898d1153ed056b4ed (diff)
added clipped glReadPixels fix
Diffstat (limited to 'docs')
-rw-r--r--docs/VERSIONS1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 0bed9966690..28637c4574c 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1394,3 +1394,4 @@ Mesa Version History
of renderbuffer bounds
- glGetTexLevelParameter didn't accept GL_TEXTURE_DEPTH_SIZE_ARB
- fixed memory corruption bug involving software alpha buffers
+ - glReadPixels clipped by window bounds was sometimes broken