Mesa (master): mesa: Enable ARB_vertex_attrib_binding

Fredrik Höglund fredrik at kemper.freedesktop.org
Thu Nov 7 17:20:58 UTC 2013


Module: Mesa
Branch: master
Commit: d2ac5d9a132cd6415607fc032613964689affcef
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d2ac5d9a132cd6415607fc032613964689affcef

Author: Fredrik Höglund <fredrik at kde.org>
Date:   Tue Nov  5 19:34:16 2013 +0100

mesa: Enable ARB_vertex_attrib_binding

Reviewed-by: Eric Anholt <eric at anholt.net>

---

 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 48c4e9f..0815eec 100644
--- 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 },




More information about the mesa-commit mailing list