summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-10-07 03:57:04 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-10-07 03:57:04 +0000
commitc0002505047d0539d04f359942121de2f980b4a5 (patch)
treeb7d5a0d6dca41bb366638f7a15e6101027767053 /docs
parentb854297bab2b3648ef1ab1c195ebff344c0c66ad (diff)
fix renderbuffer, point size bugs
Diffstat (limited to 'docs')
-rw-r--r--docs/VERSIONS2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index be700a9bf9b..3e9459c69ea 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1399,3 +1399,5 @@ Mesa Version History
- 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
+ - glIsRender/FramebufferEXT weren't totally correct
+ - fixed a number of point size attenuation/fade bugs