diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-04-08 18:58:05 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-04-08 18:58:05 +0000 |
commit | 39350966ad982b4dc1273338a658dfda80ceb435 (patch) | |
tree | d81acd5071035c6225ddded63bf6377ec01590fe /docs/RELNOTES-3.3 | |
parent | 250069dbb443f26f4dcc409c9c873019a5f50f9d (diff) |
added GL_EXT_color_matrix extension
Diffstat (limited to 'docs/RELNOTES-3.3')
-rw-r--r-- | docs/RELNOTES-3.3 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/RELNOTES-3.3 b/docs/RELNOTES-3.3 index 2826740210..54d08aa2f3 100644 --- a/docs/RELNOTES-3.3 +++ b/docs/RELNOTES-3.3 @@ -77,8 +77,11 @@ GL_HP_occlusion_test Used for bounding box occlusion testing (see demos/occlude.c). GL_SGIX_pixel_texture / GL_SGIS_pixel_texture - Lets glDraw/CopyPixels draw a texture coordinate image + Lets glDraw/CopyPixels draw a texture coordinate image. +GL_SGI_color_matrix + Adds a color matrix and another set of scale and bias parameters + to the glDraw/CopyPixels paths. GLX_SGI_make_current_read functionality @@ -197,4 +200,4 @@ Also added constants for NumAuxBuffers and SubPixelBits. ---------------------------------------------------------------------- -$Id: RELNOTES-3.3,v 1.1 2000/04/07 17:07:32 brianp Exp $ +$Id: RELNOTES-3.3,v 1.2 2000/04/08 18:58:05 brianp Exp $ |