diff options
author | Ian Romanick <[email protected]> | 2004-01-13 02:15:29 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2004-01-13 02:15:29 +0000 |
commit | 3d8f7d4c8c9b28272f152aebbaf775bf0d788ab7 (patch) | |
tree | 2a83ea1126f279f0afde4f7ef9f3d1648ff6db40 /src/mesa/drivers | |
parent | cdde03efe2164b4bd23a8f59a797144c14ec6cce (diff) |
Added some missing extension strings.
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/dri/r128/r128_context.c | 3 |
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 9c453183310..d1417c853b5 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 }; |