Mesa (master): mesa: remove remnant of GL_SGIX_depth_texture

Brian Paul brianp at kemper.freedesktop.org
Sat Jan 31 19:12:46 UTC 2009


Module: Mesa
Branch: master
Commit: c6423132ffe2e0b5c6bccc15822c50a60b08a8f8
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c6423132ffe2e0b5c6bccc15822c50a60b08a8f8

Author: Brian <brianp at vmware.com>
Date:   Sat Jan 31 11:22:16 2009 -0700

mesa: remove remnant of GL_SGIX_depth_texture

---

 src/mesa/main/extensions.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
index 8c9208a..e38e72d 100644
--- a/src/mesa/main/extensions.c
+++ b/src/mesa/main/extensions.c
@@ -169,7 +169,6 @@ static const struct {
    { OFF, "GL_SGIS_texture_border_clamp",      F(ARB_texture_border_clamp) },
    { ON,  "GL_SGIS_texture_edge_clamp",        F(SGIS_texture_edge_clamp) },
    { ON,  "GL_SGIS_texture_lod",               F(SGIS_texture_lod) },
-   { OFF, "GL_SGIX_depth_texture",             F(ARB_depth_texture) },
    { ON,  "GL_SUN_multi_draw_arrays",          F(EXT_multi_draw_arrays) },
    { OFF, "GL_S3_s3tc",                        F(S3_s3tc) },
 };




More information about the mesa-commit mailing list