summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r128/r128_context.c
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2004-01-12 22:50:01 +0000
committerIan Romanick <idr@us.ibm.com>2004-01-12 22:50:01 +0000
commit553a8e0e7b0e8ec2f208a582c6e644cd340dba53 (patch)
tree92f5ec8a7c318eea837b1a8c6f0ed7315d840690 /src/mesa/drivers/dri/r128/r128_context.c
parente96d5b984635b0e54ba72458388034dafc07dc50 (diff)
Removed redundant extension strings. The Mesa extension mechanism
automatically enables "duplicate" extensions without the driver explicitly enabling them.
Diffstat (limited to 'src/mesa/drivers/dri/r128/r128_context.c')
-rw-r--r--src/mesa/drivers/dri/r128/r128_context.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/r128/r128_context.c b/src/mesa/drivers/dri/r128/r128_context.c
index 73547aa67f..9c45318331 100644
--- a/src/mesa/drivers/dri/r128/r128_context.c
+++ b/src/mesa/drivers/dri/r128/r128_context.c
@@ -71,10 +71,7 @@ static const char * const card_extensions[] =
"GL_ARB_texture_env_add",
"GL_ARB_texture_mirrored_repeat",
"GL_EXT_texture_edge_clamp",
- "GL_EXT_texture_env_add",
- "GL_IBM_texture_mirrored_repeat",
"GL_SGIS_generate_mipmap",
- "GL_SGIS_texture_edge_clamp",
NULL
};