diff options
author | Brian Paul <[email protected]> | 2001-03-26 19:42:40 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-03-26 19:42:40 +0000 |
commit | 2bb04cad14f5edd9e2657a1122ceeb1fb468f4a9 (patch) | |
tree | 3ccdd22150911fffac3a40a069c8a29b043cb0db /docs/RELNOTES-3.5 | |
parent | 425fea1c346438f1c60a768514e74f655f05417a (diff) |
added GL_ARB_texture_border_clamp
Diffstat (limited to 'docs/RELNOTES-3.5')
-rw-r--r-- | docs/RELNOTES-3.5 | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/RELNOTES-3.5 b/docs/RELNOTES-3.5 index 33c6ce17015..f986560da08 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 $ |