diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-05-22 18:46:52 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-05-22 18:46:52 +0000 |
commit | f2fc19d7851526e4fd4de73b4b9b053a6a87153d (patch) | |
tree | 4f3a0a1408f86a7fb543e20a574bf462b855a4c4 /docs/RELNOTES-3.3 | |
parent | 86fc370d399167ec9bb978d053d4a72215c86c16 (diff) |
added GL_EXT_blend_func_separate
Diffstat (limited to 'docs/RELNOTES-3.3')
-rw-r--r-- | docs/RELNOTES-3.3 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/docs/RELNOTES-3.3 b/docs/RELNOTES-3.3 index 128ec641d4..d93031d568 100644 --- a/docs/RELNOTES-3.3 +++ b/docs/RELNOTES-3.3 @@ -59,9 +59,9 @@ that several of the configuration names have changed: New extensions -------------- -GL_EXT_transpose_matrix - Adds glLoadTransposeMatrix() and glMultTransposeMatrix() functions. - See http://reality.sgi.com/opengl/arb/extensions/ext_text/GL_EXT_transpose_matrix.txt +GL_ARB_transpose_matrix + Adds glLoadTransposeMatrixARB() and glMultTransposeMatrixARB() + functions. GL_EXT_texture_add_env Adds GL_ADD texture environment mode. @@ -89,6 +89,12 @@ GL_SGI_color_table GL_EXT_histogram Compute histograms for glDraw/Read/CopyPixels. +GL_EXT_blend_func_separate + This is the same as GL_INGR_blend_func_separate. + +Documentation for all these functions can be found at +http://oss.sgi.com/projects/ogl-sample/registry/ + GLX_SGI_make_current_read functionality @@ -207,4 +213,4 @@ Also added constants for NumAuxBuffers and SubPixelBits. ---------------------------------------------------------------------- -$Id: RELNOTES-3.3,v 1.4 2000/05/04 13:50:33 brianp Exp $ +$Id: RELNOTES-3.3,v 1.5 2000/05/22 18:47:29 brianp Exp $ |