added clipped glReadPixels fix

This commit is contained in:
Brian Paul 2005-09-23 02:19:49 +00:00
parent 718bd385ed
commit 382b00f483

View file

@ -1394,3 +1394,4 @@ Mesa Version History
of renderbuffer bounds
- glGetTexLevelParameter didn't accept GL_TEXTURE_DEPTH_SIZE_ARB
- fixed memory corruption bug involving software alpha buffers
- glReadPixels clipped by window bounds was sometimes broken