mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 22:20:09 +01:00
list bug fixes in 5.0
This commit is contained in:
parent
e89f0792eb
commit
561e6723cf
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue