updated with Mesa 3.3 info

This commit is contained in:
Brian Paul
1999-11-24 21:13:18 +00:00
parent 3f02f90f94
commit 3901be83dd

View File

@@ -1,4 +1,4 @@
$Id: VERSIONS,v 1.13 1999/09/19 20:09:00 tanner Exp $
$Id: VERSIONS,v 1.14 1999/11/24 21:13:18 brianp Exp $
Mesa Version History
@@ -659,3 +659,29 @@ Mesa Version History
- New library numbering: libGL.so.1.2.310
- New subdirectories: docs/ and bin/
- New Makefile-system (autoconf,automake,libtool)
3.1 final November ??, 1999
New:
- added demos/gloss.c
- added xdemos/glxdpyinfo.c
- rewritten glTexImage code paths (faster, less memory, bug fixes)
Bug Fixes:
- several vertex array bug fixes
3.2 (Stabilization of 3.1)
Bug Fixes:
(TBD)
3.3 (Experimental/advanced development)
New:
- GL_EXT_texture_env_add texture mode extension
- GLX 1.3 API
- support for separate draw/read buffers (ie GL_SGI_make_current_read)
Bug Fixes:
-
Changes:
- gl.h now uses #defines instead of C enums for all tokens
- glu.h now uses #defines instead of C enums for all tokens