summaryrefslogtreecommitdiff
path: root/docs/VERSIONS
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-10-03 16:12:51 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-10-03 16:12:51 +0000
commit0a405dcc5f0cde8549ace00288b85d130ccb03aa (patch)
tree91ef86b2dacc8891d99c8a0375b7e0c2f780cba5 /docs/VERSIONS
parentb210ffaadf88e8159844d331b1b60e1aa19adffc (diff)
added glReadPixels / texture renderbuffer fix
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r--docs/VERSIONS1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 934713904f8..be700a9bf9b 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1398,3 +1398,4 @@ 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
+ - glReadPixels from a texture bound to a framebuffer object didn't work