added glAccum / GL_INVALID_OPERATION fix

This commit is contained in:
Brian Paul 2005-09-27 15:53:34 +00:00
parent 291911aeb5
commit db78ec7018

View file

@ -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