From 402ca8903f56f8fe73a09a2d43f6caebcd053aab Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 23 Sep 2005 01:43:13 +0000 Subject: [PATCH] added alpha renderbuffer memory corruption fix --- docs/VERSIONS | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/VERSIONS b/docs/VERSIONS index b665af4cbd4..0bed9966690 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1393,3 +1393,4 @@ Mesa Version History - fixed potential segfault caused by reading pixels outside of renderbuffer bounds - glGetTexLevelParameter didn't accept GL_TEXTURE_DEPTH_SIZE_ARB + - fixed memory corruption bug involving software alpha buffers