intel: Enable GL_ARB_explicit_attrib_location
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 7 Oct 2010 22:15:44 +0000 (15:15 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 8 Oct 2010 21:21:23 +0000 (14:21 -0700)
src/mesa/drivers/dri/intel/intel_extensions.c

index b1b29d85266b6a62ee27765474f25f03ed767999..1a32026eb5aaf28ce117601c8712557031bf2250 100644 (file)
@@ -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 },