summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-04-06 22:15:27 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-04-06 22:15:27 +0000
commit0a605f93dbf85d4d4504885ccc789bce36cd424b (patch)
tree372484aecc4130c56c7b557cd8caabb8a2eacffc /docs
parent51faca127005c41277df76bc8eafc8fd64ca0673 (diff)
fixed line clipping bug 6512
Diffstat (limited to 'docs')
-rw-r--r--docs/VERSIONS1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 528cb5011e5..5ea6b286437 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1479,3 +1479,4 @@ Mesa Version History
- removed the test for duplicated framebuffer attachments, per
version 117 of the GL_EXT_framebuffer_object specification
- fixed a few render-to-texture bugs, including render to depth texture
+ - clipping of lines against user-defined clip planes was broken (6512)