diff options
author | Brian Paul <[email protected]> | 1999-11-24 21:13:18 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 1999-11-24 21:13:18 +0000 |
commit | 3901be83dd3966bfa36e52d20089a3dd128caa05 (patch) | |
tree | ac884f677c9b9c272e8db5307b42a7f003790b18 /docs | |
parent | 3f02f90f943a996d88abc20f74503afbb56a4c98 (diff) |
updated with Mesa 3.3 info
Diffstat (limited to 'docs')
-rw-r--r-- | docs/VERSIONS | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 80f4010afac..9fad9fffc62 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 |