diff options
author | Ian Romanick <[email protected]> | 2010-09-27 14:55:52 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2010-09-27 15:23:13 -0700 |
commit | 7f11d471e6bafae2282ec82ba4a19d30c440d28f (patch) | |
tree | fbdfebea41ca98836d97dde5bd8b14da60f63758 /src/mesa/drivers/dri/i810/i810context.c | |
parent | 4da5f1b7c52fb02a3b2baa846931c2dd5ee1b92e (diff) |
mesa: Force GL_SGIS_generate_mipmap to always be enabled
As per discussions at XDS.
Diffstat (limited to 'src/mesa/drivers/dri/i810/i810context.c')
-rw-r--r-- | src/mesa/drivers/dri/i810/i810context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i810/i810context.c b/src/mesa/drivers/dri/i810/i810context.c index 49f3ee88a61..8f52c20c2de 100644 --- a/src/mesa/drivers/dri/i810/i810context.c +++ b/src/mesa/drivers/dri/i810/i810context.c @@ -127,7 +127,6 @@ static const struct dri_extension card_extensions[] = { "GL_EXT_texture_rectangle", NULL }, { "GL_MESA_ycbcr_texture", NULL }, { "GL_NV_blend_square", NULL }, - { "GL_SGIS_generate_mipmap", NULL }, { NULL, NULL } }; |