projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
193e8b4
)
mesa: Enable ARB_vertex_attrib_binding
author
Fredrik Höglund
<fredrik@kde.org>
Tue, 5 Nov 2013 18:34:16 +0000
(19:34 +0100)
committer
Fredrik Höglund
<fredrik@kde.org>
Thu, 7 Nov 2013 15:20:45 +0000
(16:20 +0100)
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/main/extensions.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/extensions.c
b/src/mesa/main/extensions.c
index 48c4e9f1b01f8fbcdeb3c2bceefa5fb00d1b714f..0815eec80590c93a79440b6970cbfce389aad190 100644
(file)
--- a/
src/mesa/main/extensions.c
+++ b/
src/mesa/main/extensions.c
@@
-165,6
+165,7
@@
static const struct extension extension_table[] = {
{ "GL_ARB_uniform_buffer_object", o(ARB_uniform_buffer_object), GL, 2009 },
{ "GL_ARB_vertex_array_bgra", o(EXT_vertex_array_bgra), GL, 2008 },
{ "GL_ARB_vertex_array_object", o(dummy_true), GL, 2006 },
+ { "GL_ARB_vertex_attrib_binding", o(dummy_true), GL, 2012 },
{ "GL_ARB_vertex_buffer_object", o(dummy_true), GLL, 2003 },
{ "GL_ARB_vertex_program", o(ARB_vertex_program), GLL, 2002 },
{ "GL_ARB_vertex_shader", o(ARB_vertex_shader), GL, 2002 },