summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-09-27 14:55:52 -0700
committerIan Romanick <ian.d.romanick@intel.com>2010-09-27 15:23:13 -0700
commit7f11d471e6bafae2282ec82ba4a19d30c440d28f (patch)
treefbdfebea41ca98836d97dde5bd8b14da60f63758 /src/mesa/drivers/dri/radeon
parent4da5f1b7c52fb02a3b2baa846931c2dd5ee1b92e (diff)
mesa: Force GL_SGIS_generate_mipmap to always be enabled
As per discussions at XDS.
Diffstat (limited to 'src/mesa/drivers/dri/radeon')
-rw-r--r--src/mesa/drivers/dri/radeon/radeon_context.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_context.c b/src/mesa/drivers/dri/radeon/radeon_context.c
index ee65d7ff3d..0b92c51466 100644
--- a/src/mesa/drivers/dri/radeon/radeon_context.c
+++ b/src/mesa/drivers/dri/radeon/radeon_context.c
@@ -101,7 +101,6 @@ static const struct dri_extension card_extensions[] =
{ "GL_ATI_texture_mirror_once", NULL },
{ "GL_MESA_ycbcr_texture", NULL },
{ "GL_NV_blend_square", NULL },
- { "GL_SGIS_generate_mipmap", NULL },
{ NULL, NULL }
};