summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-05-24 14:49:14 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-05-24 14:49:14 +0000
commitbcebfe647f4f26681e100c5499684ab6ee4b8813 (patch)
treeb6727f797f4a8dc2144f1726ff47f07a4d8a0e5d /docs
parent9228e17bb5bf219269daeed5cbfdd912c118e926 (diff)
added GL_SGIS_generate_mipmap
Diffstat (limited to 'docs')
-rw-r--r--docs/VERSIONS5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index affba0041a..d909ef3249 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -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