From 0a405dcc5f0cde8549ace00288b85d130ccb03aa Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 3 Oct 2005 16:12:51 +0000 Subject: [PATCH] added glReadPixels / texture renderbuffer fix --- docs/VERSIONS | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/VERSIONS b/docs/VERSIONS index 934713904f8..be700a9bf9b 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1398,3 +1398,4 @@ Mesa Version History - fixed memory corruption bug involving software alpha buffers - glReadPixels clipped by window bounds was sometimes broken - glDraw/CopyPixels of stencil data ignored the stencil write mask + - glReadPixels from a texture bound to a framebuffer object didn't work