added GL_SGIS_generate_mipmap
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 24 May 2001 14:49:14 +0000 (14:49 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 24 May 2001 14:49:14 +0000 (14:49 +0000)
docs/VERSIONS

index affba0041a95a79adc4451512d3f6e49a1142b7f..d909ef3249afaa3b0b39e130d8ccfe5a73102d28 100644 (file)
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.56 2001/05/23 23:55:52 brianp Exp $
+$Id: VERSIONS,v 1.57 2001/05/24 14:49:14 brianp Exp $
 
 
 Mesa Version History
@@ -840,7 +840,7 @@ Mesa Version History
        - OSMesaCreateContextExt() function
        - GL_ARB_texture_env_add extension (same as GL_EXT_texture_env_add)
        - GL_MAX_TEXTURE_UNITS_ARB now defaults to eight
-       - libOSMesa.so now created, contains the OSMesa driver interface
+       - new libOSMesa.so library, contains the OSMesa driver interface
        - GL_EXT_fog_coord extension (Keith Whitwell)
        - GL_EXT_secondary_color extension (Keith Whitwell)
        - GL_ARB_texture_env_add extension (same as GL_EXT_texture_env_add)
@@ -856,6 +856,7 @@ Mesa Version History
        - somewhat faster software texturing, fogging, depth testing
        - all color-index conformance tests now pass (only 8bpp tested)
        - SPARC assembly language TCL optimizations (David Miller)
+       - GL_SGIS_generate_mipmap extension
     Bug Fixes:
        - fbiRev and tmuRev were unitialized when using Glide3
        - fixed a few color index mode conformance failures; all pass now