mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 08:10:09 +01:00
added GL_ATI_texture_mirror_once
This commit is contained in:
parent
c7a219ec6f
commit
60b003e197
2 changed files with 8 additions and 2 deletions
|
|
@ -82,6 +82,11 @@ GLX_SGIX_fbconfig & GLX_SGIX_pbuffer
|
|||
|
||||
Off-screen rendering support.
|
||||
|
||||
GL_ATI_texture_mirror_once
|
||||
|
||||
Adds two new texture wrap modes: GL_MIRROR_CLAMP_ATI and
|
||||
GL_MIRROR_CLAMP_TO_EDGE_ATI.
|
||||
|
||||
|
||||
|
||||
Device Driver Status
|
||||
|
|
@ -300,4 +305,4 @@ are some things to change:
|
|||
|
||||
|
||||
----------------------------------------------------------------------
|
||||
$Id: RELNOTES-4.1,v 1.20 2002/10/11 17:42:48 brianp Exp $
|
||||
$Id: RELNOTES-4.1,v 1.21 2002/10/21 15:53:06 brianp Exp $
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
$Id: VERSIONS,v 1.99 2002/10/18 13:28:55 brianp Exp $
|
||||
$Id: VERSIONS,v 1.100 2002/10/21 15:53:06 brianp Exp $
|
||||
|
||||
|
||||
Mesa Version History
|
||||
|
|
@ -1028,6 +1028,7 @@ Mesa Version History
|
|||
- GL_EXT_multi_draw_arrays extension
|
||||
- GL_EXT_stencil_two_side extension
|
||||
- GLX_SGIX_fbconfig and GLX_SGIX_pbuffer extensions
|
||||
- GL_ATI_texture_mirror_once extension (Ian Romanick)
|
||||
- massive overhaul/simplification of software rasterizer module,
|
||||
many contributions from Klaus Niederkrueger
|
||||
- faster software texturing in some cases (i.e. trilinear filtering)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue