diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2001-02-14 15:24:34 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2001-02-14 15:24:34 +0000 |
commit | bb70b0eaf8d67cb47c0ed75c7e044d719e1a9a9c (patch) | |
tree | df7119a72b12758758d4dd9fd48d8cb1addebd3d | |
parent | b0f1460f1397f4cc9c2b907376ca3621328680f5 (diff) |
fixed a typo
-rw-r--r-- | docs/VERSIONS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 6842b1088c..a18a09efad 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.38.2.27 2001/02/14 00:08:23 brianp Exp $ +$Id: VERSIONS,v 1.38.2.28 2001/02/14 15:24:34 brianp Exp $ Mesa Version History @@ -795,7 +795,7 @@ Mesa Version History - glPopAttrib() didn't restore all derived Mesa state correctly - Better glReadPixels accuracy for 16bpp color - fixes lots of OpenGL conformance problems at 16bpp. - - clearing depth buffer with scissoring was broken, somtimes segfaulted + - clearing depth buffer with scissoring was broken, would segfaulted - OSMesaGetDepthBuffer() returned bad bytesPerValue value - fixed a line clipping bug (reported by Craig McDaniel) - fixed RGB color over/underflow bug for very tiny triangles |