From: Brian Paul Date: Fri, 26 May 2000 14:45:25 +0000 (+0000) Subject: Added GL_ARB_texture_cube_map X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=16541de30e48620e7dfe38147d4f7e8852af43d8;p=mesa.git Added GL_ARB_texture_cube_map --- diff --git a/docs/RELNOTES-3.3 b/docs/RELNOTES-3.3 index d93031d5685..4801d70f274 100644 --- a/docs/RELNOTES-3.3 +++ b/docs/RELNOTES-3.3 @@ -63,6 +63,9 @@ GL_ARB_transpose_matrix Adds glLoadTransposeMatrixARB() and glMultTransposeMatrixARB() functions. +GL_ARB_texture_cube_map + For cube-based reflection mapping. + GL_EXT_texture_add_env Adds GL_ADD texture environment mode. See http://www.berkelium.com/OpenGL/EXT/texture_env_add.txt @@ -213,4 +216,4 @@ Also added constants for NumAuxBuffers and SubPixelBits. ---------------------------------------------------------------------- -$Id: RELNOTES-3.3,v 1.5 2000/05/22 18:47:29 brianp Exp $ +$Id: RELNOTES-3.3,v 1.6 2000/05/26 14:45:25 brianp Exp $ diff --git a/docs/VERSIONS b/docs/VERSIONS index 3f452cf5e8a..b143aecf753 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.31 2000/05/04 13:50:33 brianp Exp $ +$Id: VERSIONS,v 1.32 2000/05/26 14:45:25 brianp Exp $ Mesa Version History @@ -701,6 +701,7 @@ Mesa Version History - GL_SGI_color_matrix extension - GL_SGI_color_table extension - GL_EXT_histogram extension + - GL_ARB_texture_cube_map extension Bug Fixes: - none since 3.2 Changes: