diff options
author | Fredrik Höglund <[email protected]> | 2013-11-15 20:07:30 +0100 |
---|---|---|
committer | Fredrik Höglund <[email protected]> | 2014-05-02 03:00:42 +0200 |
commit | 68f3b31a0ffea5f294ef3ac9d73c42ea0ddb3b51 (patch) | |
tree | 41d4bc2d3e9c7f0a6e9fba6478ae7107cc733ccd /src | |
parent | 2a255704564c9ed7cd1a081f7cc3828ee698aa2a (diff) |
mesa: Enable ARB_multi_bind
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src')
-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 a72284c9a30..941e38a9f79 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -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 }, |