Added some missing extension strings.
authorIan Romanick <idr@us.ibm.com>
Tue, 13 Jan 2004 02:15:29 +0000 (02:15 +0000)
committerIan Romanick <idr@us.ibm.com>
Tue, 13 Jan 2004 02:15:29 +0000 (02:15 +0000)
src/mesa/drivers/dri/r128/r128_context.c

index 9c45318331029094975562c4ada2b3fb08b3a540..d1417c853b5cb26e7a4aeb0bdc9fa74f730c5156 100644 (file)
@@ -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
 };