From: Brian Date: Sat, 31 Jan 2009 18:22:16 +0000 (-0700) Subject: mesa: remove remnant of GL_SGIX_depth_texture X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c6423132ffe2e0b5c6bccc15822c50a60b08a8f8;p=mesa.git mesa: remove remnant of GL_SGIX_depth_texture --- diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index 8c9208af70c..e38e72dbbe0 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) }, };