From 382b00f483500d35aaeefbd236a07bd3a6073bde Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 23 Sep 2005 02:19:49 +0000 Subject: [PATCH] added clipped glReadPixels fix --- docs/VERSIONS | 1 + 1 file changed, 1 insertion(+) 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