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/mga/mga_xmesa.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/mesa/drivers/dri/mga/mga_xmesa.c') diff --git a/src/mesa/drivers/dri/mga/mga_xmesa.c b/src/mesa/drivers/dri/mga/mga_xmesa.c index 7f199ea5c4..52145e62e8 100644 --- a/src/mesa/drivers/dri/mga/mga_xmesa.c +++ b/src/mesa/drivers/dri/mga/mga_xmesa.c @@ -289,13 +289,11 @@ static const char * const g400_extensions[] = { "GL_ARB_multitexture", "GL_ARB_texture_env_add", - "GL_EXT_texture_env_add", "GL_ARB_texture_env_combine", - "GL_EXT_texture_env_combine", "GL_ARB_texture_env_crossbar", - "GL_ATI_texture_env_combine3", + "GL_EXT_texture_env_combine", "GL_EXT_texture_edge_clamp", - "GL_SGIS_texture_edge_clamp", + "GL_ATI_texture_env_combine3", #if defined (MESA_packed_depth_stencil) "GL_MESA_packed_depth_stencil", #endif @@ -315,10 +313,10 @@ static const char * const card_extensions[] = #endif "GL_EXT_secondary_color", "GL_EXT_stencil_wrap", + "GL_EXT_texture_rectangle", "GL_MESA_ycbcr_texture", "GL_SGIS_generate_mipmap", "GL_SGIS_texture_lod", - "GL_NV_texture_rectangle", NULL }; -- cgit v1.2.3