misc updates
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 5 Jan 2000 07:02:15 +0000 (07:02 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 5 Jan 2000 07:02:15 +0000 (07:02 +0000)
docs/VERSIONS

index f8333c92b98efeff6d88b02ad1670a13b68d3a9c..00d9decc2ee3222690ef279df9883595d902d2b4 100644 (file)
@@ -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: