summaryrefslogtreecommitdiff
path: root/docs
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
parent425fea1c346438f1c60a768514e74f655f05417a (diff)
added GL_ARB_texture_border_clamp
Diffstat (limited to 'docs')
-rw-r--r--docs/RELNOTES-3.517
-rw-r--r--docs/VERSIONS3
2 files changed, 18 insertions, 2 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 $
diff --git a/docs/VERSIONS b/docs/VERSIONS
index cde1cd3ee1..c64656735a 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.52 2001/03/22 04:55:48 brianp Exp $
+$Id: VERSIONS,v 1.53 2001/03/26 19:45:08 brianp Exp $
Mesa Version History
@@ -823,6 +823,7 @@ Mesa Version History
- demos/shadowtex.c demo of GL_SGIX_depth_texture and GL_SGIX_shadow
- GL_ARB_texture_env_combine extension
- GL_ARB_texture_env_dot3 extension
+ - GL_ARB_texture_border_clamp (aka GL_SGIS_texture_border_clamp)
- OSMesaCreateContextExt() function
- libOSMesa.so library, contains the OSMesa driver interface
- GL/glxext.h header file for GLX extensions