projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e89f079
)
list bug fixes in 5.0
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 31 Oct 2002 17:19:03 +0000
(17:19 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 31 Oct 2002 17:19:03 +0000
(17:19 +0000)
docs/VERSIONS
patch
|
blob
|
history
diff --git
a/docs/VERSIONS
b/docs/VERSIONS
index c2d4f22ac0c47aae9e3eb49807e5c732d69aa462..4f3e4579ee3659d5261528a2dbf762fcb0b2464b 100644
(file)
--- a/
docs/VERSIONS
+++ b/
docs/VERSIONS
@@
-1,4
+1,4
@@
-$Id: VERSIONS,v 1.10
4 2002/10/29 22:42:04
brianp Exp $
+$Id: VERSIONS,v 1.10
5 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