summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-02-14 15:25:06 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-02-14 15:25:06 +0000
commite430f93ea0b1acfd341fa4b90e375812c74e56d5 (patch)
tree6ddda0aeb0f3ecec6bc8a3e7071dd768c4c339fc
parentbb70b0eaf8d67cb47c0ed75c7e044d719e1a9a9c (diff)
fixed a typomesa_3_4_1
-rw-r--r--docs/VERSIONS4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index a18a09efad5..9753615b096 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.38.2.28 2001/02/14 15:24:34 brianp Exp $
+$Id: VERSIONS,v 1.38.2.29 2001/02/14 15:25:06 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, would segfaulted
+ - clearing depth buffer with scissoring was broken, would segfault
- OSMesaGetDepthBuffer() returned bad bytesPerValue value
- fixed a line clipping bug (reported by Craig McDaniel)
- fixed RGB color over/underflow bug for very tiny triangles