From: Ian Romanick Date: Thu, 7 Oct 2010 22:15:44 +0000 (-0700) Subject: intel: Enable GL_ARB_explicit_attrib_location X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dc459f87566576d06310f6ff6b0bcb2080653f3e;p=mesa.git intel: Enable GL_ARB_explicit_attrib_location --- diff --git a/src/mesa/drivers/dri/intel/intel_extensions.c b/src/mesa/drivers/dri/intel/intel_extensions.c index b1b29d85266..1a32026eb5a 100644 --- a/src/mesa/drivers/dri/intel/intel_extensions.c +++ b/src/mesa/drivers/dri/intel/intel_extensions.c @@ -78,6 +78,7 @@ */ static const struct dri_extension card_extensions[] = { { "GL_ARB_draw_elements_base_vertex", GL_ARB_draw_elements_base_vertex_functions }, + { "GL_ARB_explicit_attrib_location", NULL }, { "GL_ARB_half_float_pixel", NULL }, { "GL_ARB_map_buffer_range", GL_ARB_map_buffer_range_functions }, { "GL_ARB_multitexture", NULL },