summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/i915_context.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/dri/i915/i915_context.c')
-rw-r--r--src/mesa/drivers/dri/i915/i915_context.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/mesa/drivers/dri/i915/i915_context.c b/src/mesa/drivers/dri/i915/i915_context.c
index eb33b1f1c3..66628365a6 100644
--- a/src/mesa/drivers/dri/i915/i915_context.c
+++ b/src/mesa/drivers/dri/i915/i915_context.c
@@ -45,14 +45,15 @@
* Mesa's Driver Functions
***************************************/
-static const char * const card_extensions[] =
+static const struct dri_extension card_extensions[] =
{
- "GL_ARB_depth_texture", /* New: alanh 06-Jan-2005 */
- "GL_ARB_fragment_program",
- "GL_ARB_shadow", /* New: alanh 06-Jan-2005 */
- "GL_EXT_shadow_funcs", /* New: alanh 06-Jan-2005 */
- "GL_SGIX_depth_texture", /* ARB extn won't work if not enabled */
- NULL
+ { "GL_ARB_depth_texture", NULL },
+ { "GL_ARB_fragment_program", NULL },
+ { "GL_ARB_shadow", NULL },
+ { "GL_EXT_shadow_funcs", NULL },
+ /* ARB extn won't work if not enabled */
+ { "GL_SGIX_depth_texture", NULL },
+ { NULL, NULL }
};
/* Override intel default.