diff options
author | Ian Romanick <[email protected]> | 2010-10-07 15:15:44 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2010-10-08 14:21:23 -0700 |
commit | dc459f87566576d06310f6ff6b0bcb2080653f3e (patch) | |
tree | 07702ba9d69c02fb3e6f5c214b1a897db608faea /src/mesa/drivers | |
parent | dbc6c9672d5bec1310772b10a676b5a539aa9130 (diff) |
intel: Enable GL_ARB_explicit_attrib_location
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/dri/intel/intel_extensions.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 }, |