diff options
author | Timothy Arceri <[email protected]> | 2015-10-05 00:01:45 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2015-11-12 10:18:08 +1100 |
commit | 82e4f22d1ec65269328bbd472261d6a8e0689558 (patch) | |
tree | 2e76b4686cbdd60b4d5e5c30334f850e31e67c7e /src/mesa/main/extensions.c | |
parent | df8af7d75155845d12d5a14a3a5ca644f07cb3b1 (diff) |
mesa: add ARB_enhanced_layouts
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa/main/extensions.c')
-rw-r--r-- | src/mesa/main/extensions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index bdc68175bf2..1facad1fa7e 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -111,6 +111,7 @@ static const struct extension extension_table[] = { { "GL_ARB_draw_elements_base_vertex", o(ARB_draw_elements_base_vertex), GL, 2009 }, { "GL_ARB_draw_indirect", o(ARB_draw_indirect), GLC, 2010 }, { "GL_ARB_draw_instanced", o(ARB_draw_instanced), GL, 2008 }, + { "GL_ARB_enhanced_layouts", o(ARB_enhanced_layouts), GLC, 2013 }, { "GL_ARB_explicit_attrib_location", o(ARB_explicit_attrib_location), GL, 2009 }, { "GL_ARB_explicit_uniform_location", o(ARB_explicit_uniform_location), GL, 2012 }, { "GL_ARB_fragment_coord_conventions", o(ARB_fragment_coord_conventions), GL, 2009 }, |