diff options
author | Brian Paul <[email protected]> | 2002-10-21 15:53:06 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-10-21 15:53:06 +0000 |
commit | 60b003e197f87fa779d4fcdaf44ed200ed455eb3 (patch) | |
tree | c34baff1e06da09efd72ec634d52777cf63058b1 /docs/VERSIONS | |
parent | c7a219ec6f6047b691a9bb32e55ec4a889ba2814 (diff) |
added GL_ATI_texture_mirror_once
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r-- | docs/VERSIONS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 4480a46c62c..99b3c8abe06 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -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) |