diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-04-06 22:15:27 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-04-06 22:15:27 +0000 |
commit | 0a605f93dbf85d4d4504885ccc789bce36cd424b (patch) | |
tree | 372484aecc4130c56c7b557cd8caabb8a2eacffc /docs/VERSIONS | |
parent | 51faca127005c41277df76bc8eafc8fd64ca0673 (diff) |
fixed line clipping bug 6512
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r-- | docs/VERSIONS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 528cb5011e..5ea6b28643 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) |