fixed line clipping bug 6512

This commit is contained in:
Brian Paul 2006-04-06 22:15:27 +00:00
parent 51faca1270
commit 0a605f93db
1 changed files with 1 additions and 0 deletions

View File

@ -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)