summaryrefslogtreecommitdiff
path: root/docs/RELNOTES-3.3
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-07-05 16:05:44 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-07-05 16:05:44 +0000
commitae01d0837dfcd691c833cb372d6ed8e22b467428 (patch)
tree53e699fa10da64c57343193ea81582809305764f /docs/RELNOTES-3.3
parent595fce04f6e3477a898d6634e51653d809fcb35b (diff)
added GL_ARB_texture_cube_mapping and GL_EXT_texture_env_combine
Diffstat (limited to 'docs/RELNOTES-3.3')
-rw-r--r--docs/RELNOTES-3.39
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/RELNOTES-3.3 b/docs/RELNOTES-3.3
index 4801d70f27..83a442a509 100644
--- a/docs/RELNOTES-3.3
+++ b/docs/RELNOTES-3.3
@@ -95,6 +95,13 @@ GL_EXT_histogram
GL_EXT_blend_func_separate
This is the same as GL_INGR_blend_func_separate.
+GL_ARB_texture_cube_mapping
+ 6-face cube mapping, nicer than sphere mapping
+
+GL_EXT_texture_env_combine
+ For advanced texture environment effects.
+
+
Documentation for all these functions can be found at
http://oss.sgi.com/projects/ogl-sample/registry/
@@ -216,4 +223,4 @@ Also added constants for NumAuxBuffers and SubPixelBits.
----------------------------------------------------------------------
-$Id: RELNOTES-3.3,v 1.6 2000/05/26 14:45:25 brianp Exp $
+$Id: RELNOTES-3.3,v 1.7 2000/07/05 16:05:44 brianp Exp $