diff options
| -rw-r--r-- | docs/VERSIONS | 12 | 
1 files changed, 8 insertions, 4 deletions
| diff --git a/docs/VERSIONS b/docs/VERSIONS index f8333c92b9..00d9decc2e 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.15 1999/12/03 18:50:48 brianp Exp $ +$Id: VERSIONS,v 1.16 2000/01/05 07:02:15 brianp Exp $  Mesa Version History @@ -661,26 +661,30 @@ Mesa Version History  	- New Makefile-system (autoconf,automake,libtool) -3.1 final  December ??, 1999 +3.1 final  December 14, 1999      New:  	- added demos/gloss.c  	- added xdemos/glxdpyinfo.c +	- added GLX_ARB_get_proc_address extension  	- rewritten glTexImage code paths (faster, less memory, bug fixes)      Bug Fixes:  	- several vertex array bug fixes +	- overlapping glCopyPixels with pixel zooming now works +	- glXUseXFont() bitmaps were vertically shifted by one pixel  	- glCopyPixels with pixel zooming now works -3.2 (Stabilization of 3.1) +3.2 (Stabilization of 3.1)  January ??, 2000      Bug Fixes:  	(TBD) -3.3 (Experimental/advanced development) +3.3 (Experimental/advanced development)  Month?, ??, 2000      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) +	- better thread safety      Bug Fixes:  	-       Changes: | 
