added GL_EXT_histogram
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 4 May 2000 13:50:33 +0000 (13:50 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 4 May 2000 13:50:33 +0000 (13:50 +0000)
docs/RELNOTES-3.3
docs/VERSIONS

index 379c14a31cec15a39275ec0d2d8a51daccad54a9..128ec641d4f817b8af54d6ac871a46bd67b2d0e0 100644 (file)
@@ -86,6 +86,9 @@ GL_SGI_color_matrix
 GL_SGI_color_table
        Adds additional color tables to the glDraw/Read/CopyPixels paths.
 
+GL_EXT_histogram
+       Compute histograms for glDraw/Read/CopyPixels.
+
 
 
 GLX_SGI_make_current_read functionality
@@ -204,4 +207,4 @@ Also added constants for NumAuxBuffers and SubPixelBits.
 
 
 ----------------------------------------------------------------------
-$Id: RELNOTES-3.3,v 1.3 2000/04/17 15:14:33 brianp Exp $
+$Id: RELNOTES-3.3,v 1.4 2000/05/04 13:50:33 brianp Exp $
index 7138e8ddc7649e9d1ea28df81f2b7444fbcb055a..3f452cf5e8ac5524c2090f4e33ecc08f106606cb 100644 (file)
@@ -1,4 +1,4 @@
-$Id: VERSIONS,v 1.30 2000/04/17 15:14:33 brianp Exp $
+$Id: VERSIONS,v 1.31 2000/05/04 13:50:33 brianp Exp $
 
 
 Mesa Version History
@@ -700,6 +700,7 @@ Mesa Version History
        - demos/pixeltex program
        - GL_SGI_color_matrix extension
        - GL_SGI_color_table extension
+       - GL_EXT_histogram extension
     Bug Fixes:
        - none since 3.2
     Changes: