mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
added GL_EXT_color_matrix extension
This commit is contained in:
parent
250069dbb4
commit
39350966ad
2 changed files with 8 additions and 4 deletions
|
|
@ -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 $
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
$Id: VERSIONS,v 1.28 2000/04/07 16:32:21 brianp Exp $
|
||||
$Id: VERSIONS,v 1.29 2000/04/08 18:58:05 brianp Exp $
|
||||
|
||||
|
||||
Mesa Version History
|
||||
|
|
@ -674,7 +674,7 @@ Mesa Version History
|
|||
- glCopyPixels with pixel zooming now works
|
||||
|
||||
|
||||
3.2 (Stabilization of 3.1) March ??, 2000
|
||||
3.2 (Stabilization of 3.1) April ??, 2000
|
||||
Bug Fixes:
|
||||
(TBD)
|
||||
|
||||
|
|
@ -698,6 +698,7 @@ Mesa Version History
|
|||
- demos/occlude program
|
||||
- GL_SGIS_pixel_texture and GL_SGIX_pixel_texture extensions
|
||||
- demos/pixeltex program
|
||||
- GL_SGI_color_matrix extension
|
||||
Bug Fixes:
|
||||
- none since 3.2
|
||||
Changes:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue