From db78ec7018523d3611488efc967b2aba3e63a437 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 27 Sep 2005 15:53:34 +0000 Subject: [PATCH] added glAccum / GL_INVALID_OPERATION fix --- docs/VERSIONS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/VERSIONS b/docs/VERSIONS index 934713904f8..45878f4c645 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1398,3 +1398,5 @@ 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 + - glAccum didn't generate GL_INVALID_OPERATION when read/draw buffers + were different