summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-10-31 17:19:03 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-10-31 17:19:03 +0000
commit561e6723cf6198e25ba8b5446f6a355f3cf7ebee (patch)
tree4ff6d0a9fe54d11ebc6b055fa0bf8fcf045b1ed5 /docs
parente89f0792eb224d8876321668a8a39d5c58e154ab (diff)
list bug fixes in 5.0
Diffstat (limited to 'docs')
-rw-r--r--docs/VERSIONS5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index c2d4f22ac0..4f3e4579ee 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.104 2002/10/29 22:42:04 brianp Exp $
+$Id: VERSIONS,v 1.105 2002/10/31 17:19:03 brianp Exp $
Mesa Version History
@@ -1062,5 +1062,8 @@ Mesa Version History
5.0 November ??, 2002
New:
- OpenGL 1.4 support (glGetString(GL_VERSION) returns "1.4")
+ - removed some overlooked debugging code
Bug fixes:
- GL_POINT and GL_LINE-mode polygons didn't obey cull state
+ - fixed potential bug in _mesa_align_malloc/calloc()
+ - fixed missing triangle bug when running vertex programs