diff options
-rw-r--r-- | docs/VERSIONS | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 80f4010afa..9fad9fffc6 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -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 |