mesa: Enable ARB_multi_bind
authorFredrik Höglund <fredrik@kde.org>
Fri, 15 Nov 2013 19:07:30 +0000 (20:07 +0100)
committerFredrik Höglund <fredrik@kde.org>
Fri, 2 May 2014 01:00:42 +0000 (03:00 +0200)
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/extensions.c

index a72284c9a30cfddaf4f200d913d567456e76ec44..941e38a9f79c2b252fc6407aaf2d0a3e4276e89d 100644 (file)
@@ -114,6 +114,7 @@ static const struct extension extension_table[] = {
    { "GL_ARB_invalidate_subdata",                  o(dummy_true),                              GL,             2012 },
    { "GL_ARB_map_buffer_alignment",                o(dummy_true),                              GL,             2011 },
    { "GL_ARB_map_buffer_range",                    o(ARB_map_buffer_range),                    GL,             2008 },
+   { "GL_ARB_multi_bind",                          o(dummy_true),                              GL,             2013 },
    { "GL_ARB_multi_draw_indirect",                 o(ARB_draw_indirect),                       GLC,            2012 },
    { "GL_ARB_multisample",                         o(dummy_true),                              GLL,            1994 },
    { "GL_ARB_multitexture",                        o(dummy_true),                              GLL,            1998 },