summaryrefslogtreecommitdiff
path: root/docs/RELNOTES-3.3
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-05-26 14:45:25 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-05-26 14:45:25 +0000
commit16541de30e48620e7dfe38147d4f7e8852af43d8 (patch)
tree3728e21b1e56a79b5bf97cfa061fd6661a0b487a /docs/RELNOTES-3.3
parent413d6a21f849a689b5c83ea04395856b44fc65a8 (diff)
Added GL_ARB_texture_cube_map
Diffstat (limited to 'docs/RELNOTES-3.3')
-rw-r--r--docs/RELNOTES-3.35
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/RELNOTES-3.3 b/docs/RELNOTES-3.3
index d93031d568..4801d70f27 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 $