From 0a605f93dbf85d4d4504885ccc789bce36cd424b Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 6 Apr 2006 22:15:27 +0000 Subject: [PATCH] fixed line clipping bug 6512 --- docs/VERSIONS | 1 + 1 file changed, 1 insertion(+) 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)