mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 04:10:09 +01:00
added GL_EXT_histogram
This commit is contained in:
parent
1a1cf7ed75
commit
ad08108616
2 changed files with 6 additions and 2 deletions
|
|
@ -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 $
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue