diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2001-08-20 16:45:02 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2001-08-20 16:45:02 +0000 |
commit | 9babb737899a4bbece7179654ad77a6e14e52db3 (patch) | |
tree | 7743170dd37b02f94ada0deb4799d8cf63b151d2 | |
parent | d9fc8e20e3e8fee60a603ed3e5f1a77ab8f998f3 (diff) |
added textured line bug fix
-rw-r--r-- | docs/VERSIONS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index f22bd83e55..a96fe8676e 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.67 2001/08/20 16:16:37 brianp Exp $ +$Id: VERSIONS,v 1.68 2001/08/20 16:45:02 brianp Exp $ Mesa Version History @@ -887,3 +887,4 @@ Mesa Version History - fixed state-update bugs in glPopClientAttrib() - fixed glDrawRangeElements() bug - fixed a glPush/PopAttrib() bug related to texture binding + - flat-shaded, textured lines were broken |