summaryrefslogtreecommitdiff
path: root/docs/RELNOTES-3.5
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-03-26 19:42:40 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-03-26 19:42:40 +0000
commit2bb04cad14f5edd9e2657a1122ceeb1fb468f4a9 (patch)
tree3ccdd22150911fffac3a40a069c8a29b043cb0db /docs/RELNOTES-3.5
parent425fea1c346438f1c60a768514e74f655f05417a (diff)
added GL_ARB_texture_border_clamp
Diffstat (limited to 'docs/RELNOTES-3.5')
-rw-r--r--docs/RELNOTES-3.517
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/RELNOTES-3.5 b/docs/RELNOTES-3.5
index 33c6ce1701..f986560da0 100644
--- a/docs/RELNOTES-3.5
+++ b/docs/RELNOTES-3.5
@@ -69,6 +69,21 @@ GL_EXT_secondary_color
instead of getting it only from lighting in GL_SEPARATE_SPECULAR_COLOR
mode.
+GL_ARB_texture_env_combine
+ Basically the same as GL_EXT_texture_env_combine
+
+GL_ARB_texture_env_add extension
+ Texture addition mode.
+
+GL_ARB_texture_env_dot3 extension
+ Dot product texture environment.
+
+GL_ARB_texture_border_clamp
+ Adds GL_CLAMP_TO_BORDER_ARB texture wrap mode
+
+GL_SGIX_depth_texture, GL_SGIX_shadow and GL_SGIX_shadow_ambient
+ Implements a shadow casting algorithm based on depth map textures
+
libOSMesa.so
@@ -168,4 +183,4 @@ interface structures like __GLimports and __GLexports.
----------------------------------------------------------------------
-$Id: RELNOTES-3.5,v 1.9 2001/03/17 00:47:19 brianp Exp $
+$Id: RELNOTES-3.5,v 1.10 2001/03/26 19:45:08 brianp Exp $