mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
added GL_ARB_texture_cube_mapping and GL_EXT_texture_env_combine
This commit is contained in:
parent
595fce04f6
commit
ae01d0837d
1 changed files with 8 additions and 1 deletions
|
|
@ -95,6 +95,13 @@ GL_EXT_histogram
|
|||
GL_EXT_blend_func_separate
|
||||
This is the same as GL_INGR_blend_func_separate.
|
||||
|
||||
GL_ARB_texture_cube_mapping
|
||||
6-face cube mapping, nicer than sphere mapping
|
||||
|
||||
GL_EXT_texture_env_combine
|
||||
For advanced texture environment effects.
|
||||
|
||||
|
||||
Documentation for all these functions can be found at
|
||||
http://oss.sgi.com/projects/ogl-sample/registry/
|
||||
|
||||
|
|
@ -216,4 +223,4 @@ Also added constants for NumAuxBuffers and SubPixelBits.
|
|||
|
||||
|
||||
----------------------------------------------------------------------
|
||||
$Id: RELNOTES-3.3,v 1.6 2000/05/26 14:45:25 brianp Exp $
|
||||
$Id: RELNOTES-3.3,v 1.7 2000/07/05 16:05:44 brianp Exp $
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue