Mesa (master): mesa: set GL_ARB_uniform_buffer_object extension year to 2009

Brian Paul brianp at kemper.freedesktop.org
Thu Jun 21 19:10:35 UTC 2012


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

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jun 21 13:08:34 2012 -0600

mesa: set GL_ARB_uniform_buffer_object extension year to 2009

---

 src/mesa/main/extensions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
index 0793161..e4fe733 100644
--- a/src/mesa/main/extensions.c
+++ b/src/mesa/main/extensions.c
@@ -141,7 +141,7 @@ static const struct extension extension_table[] = {
    { "GL_ARB_texture_swizzle",                     o(EXT_texture_swizzle),                     GL,             2008 },
    { "GL_ARB_transform_feedback2",                 o(ARB_transform_feedback2),                 GL,             2010 },
    { "GL_ARB_transpose_matrix",                    o(ARB_transpose_matrix),                    GL,             1999 },
-   { "GL_ARB_uniform_buffer_object",               o(ARB_uniform_buffer_object),               GL,             2002 },
+   { "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(ARB_vertex_array_object),                 GL,             2006 },
    { "GL_ARB_vertex_buffer_object",                o(dummy_true),                              GL,             2003 },




More information about the mesa-commit mailing list