From: Brian Paul Date: Thu, 6 Apr 2006 22:15:27 +0000 (+0000) Subject: fixed line clipping bug 6512 X-Git-Tag: mesa-7.8~7706 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a605f93dbf85d4d4504885ccc789bce36cd424b;p=platform%2Fupstream%2Fmesa.git fixed line clipping bug 6512 --- diff --git a/docs/VERSIONS b/docs/VERSIONS index 528cb50..5ea6b28 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)