From 553a8e0e7b0e8ec2f208a582c6e644cd340dba53 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Mon, 12 Jan 2004 22:50:01 +0000 Subject: Removed redundant extension strings. The Mesa extension mechanism automatically enables "duplicate" extensions without the driver explicitly enabling them. --- src/mesa/drivers/dri/i810/i810context.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mesa/drivers/dri/i810') diff --git a/src/mesa/drivers/dri/i810/i810context.c b/src/mesa/drivers/dri/i810/i810context.c index f8fcc1f1f3..9ca262b4b2 100644 --- a/src/mesa/drivers/dri/i810/i810context.c +++ b/src/mesa/drivers/dri/i810/i810context.c @@ -101,12 +101,9 @@ static const char * const card_extensions[] = "GL_ARB_texture_mirrored_repeat", "GL_EXT_stencil_wrap", "GL_EXT_texture_edge_clamp", - "GL_EXT_texture_env_add", "GL_EXT_texture_lod_bias", - "GL_IBM_texture_mirrored_repeat", "GL_MESA_ycbcr_texture", "GL_SGIS_generate_mipmap", - "GL_SGIS_texture_edge_clamp", NULL }; -- cgit v1.2.3