summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2004-01-13 02:15:29 +0000
committerIan Romanick <idr@us.ibm.com>2004-01-13 02:15:29 +0000
commit3d8f7d4c8c9b28272f152aebbaf775bf0d788ab7 (patch)
tree2a83ea1126f279f0afde4f7ef9f3d1648ff6db40 /src
parentcdde03efe2164b4bd23a8f59a797144c14ec6cce (diff)
Added some missing extension strings.
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/r128/r128_context.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r128/r128_context.c b/src/mesa/drivers/dri/r128/r128_context.c
index 9c45318331..d1417c853b 100644
--- a/src/mesa/drivers/dri/r128/r128_context.c
+++ b/src/mesa/drivers/dri/r128/r128_context.c
@@ -67,10 +67,13 @@ int R128_DEBUG = 0;
static const char * const card_extensions[] =
{
+ "GL_ARB_multisample",
"GL_ARB_multitexture",
+ "GL_ARB_texture_compression",
"GL_ARB_texture_env_add",
"GL_ARB_texture_mirrored_repeat",
"GL_EXT_texture_edge_clamp",
+ "GL_MESA_ycbcr_texture",
"GL_SGIS_generate_mipmap",
NULL
};