diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2002-09-21 17:20:02 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2002-09-21 17:20:02 +0000 |
commit | 0de37dcc2e497ba38c5d88c0fbb4e092e045931c (patch) | |
tree | 6967bfb28aa9472e46a49afc9d66cf70e9981662 | |
parent | a53dccf9c5b0eff80849c5d8f76d845f1336794d (diff) |
added GL_APPLE_client_storage GL_MESA_pack_invert
-rw-r--r-- | docs/VERSIONS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index b874de8066..ce9ddf3c96 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.73.2.39 2002/09/19 16:37:29 brianp Exp $ +$Id: VERSIONS,v 1.73.2.40 2002/09/21 17:20:02 brianp Exp $ Mesa Version History @@ -992,6 +992,8 @@ Mesa Version History - added GL_IBM_texture_mirror_repeat - glxinfo now takes -l option to print interesting OpenGL limits info - GL_MESA_ycbcr_texture extension + - GL_APPLE_client_storage extension (for some DRI drivers only) + - GL_MESA_pack_invert extension Bug fixes: - fixed GL_LINEAR fog bug by adding clamping - fixed FP exceptions found using Alpha CPU |