added alpha renderbuffer memory corruption fix

This commit is contained in:
Brian Paul 2005-09-23 01:43:13 +00:00
parent 25a9c9f370
commit 402ca8903f

View file

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