mesa: Add support for GL_ARB_base_instance
Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:

committed by
Brian Paul

parent
ee99647e02
commit
ae5d7d5e89
@@ -78,6 +78,7 @@ struct extension {
|
||||
static const struct extension extension_table[] = {
|
||||
/* ARB Extensions */
|
||||
{ "GL_ARB_ES2_compatibility", o(ARB_ES2_compatibility), GL, 2009 },
|
||||
{ "GL_ARB_base_instance", o(ARB_base_instance), GL, 2011 },
|
||||
{ "GL_ARB_blend_func_extended", o(ARB_blend_func_extended), GL, 2009 },
|
||||
{ "GL_ARB_color_buffer_float", o(ARB_color_buffer_float), GL, 2004 },
|
||||
{ "GL_ARB_copy_buffer", o(ARB_copy_buffer), GL, 2008 },
|
||||
|
Reference in New Issue
Block a user