summaryrefslogtreecommitdiff
path: root/docs/RELNOTES-3.5
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-10-27 18:32:55 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-10-27 18:32:55 +0000
commit7dd57a48e1cd637c8f04178a867ad642d2447f54 (patch)
tree60304ea1adc90539ef0f7813640dd6eb80b5c1e6 /docs/RELNOTES-3.5
parenta14cbff8e5b30539d8fdc3497a0e128992efa6c9 (diff)
added info about GL_EXT_secondary_color and GL_EXT_fog_coord
Diffstat (limited to 'docs/RELNOTES-3.5')
-rw-r--r--docs/RELNOTES-3.511
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/RELNOTES-3.5 b/docs/RELNOTES-3.5
index 567e5a6e1b..2911b354fa 100644
--- a/docs/RELNOTES-3.5
+++ b/docs/RELNOTES-3.5
@@ -48,6 +48,15 @@ GL_NV_blend_square
Adds extra blend source and dest factors which allow squaring
of color values.
+GL_EXT_fog_coord
+ Allows specification of a per-vertex fog coordinate instead of
+ having fog always computed from the eye distance.
+
+GL_EXT_secondary_color
+ Allows specifying the secondary (specular) color for each vertex
+ instead of getting it only from lighting in GL_SEPARATE_SPECULAR_COLOR
+ mode.
+
libOSMesa.so
@@ -145,4 +154,4 @@ interface structures like __GLimports and __GLexports.
----------------------------------------------------------------------
-$Id: RELNOTES-3.5,v 1.6 2000/10/23 19:46:11 brianp Exp $
+$Id: RELNOTES-3.5,v 1.7 2000/10/27 18:32:55 brianp Exp $