Mesa (master): mesa: add ARB_timer_query to the extension list

Marek Olšák mareko at kemper.freedesktop.org
Tue Jul 10 17:08:22 UTC 2012


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

Author: Marek Olšák <maraeo at gmail.com>
Date:   Tue Jun 26 21:24:19 2012 +0200

mesa: add ARB_timer_query to the extension list

Reviewed-by: Brian Paul <brianp at vmware.com>

---

 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 793cc4e..dbc2813 100644
--- a/src/mesa/main/extensions.c
+++ b/src/mesa/main/extensions.c
@@ -139,6 +139,7 @@ static const struct extension extension_table[] = {
    { "GL_ARB_texture_rg",                          o(ARB_texture_rg),                          GL,             2008 },
    { "GL_ARB_texture_storage",                     o(ARB_texture_storage),                     GL,             2011 },
    { "GL_ARB_texture_swizzle",                     o(EXT_texture_swizzle),                     GL,             2008 },
+   { "GL_ARB_timer_query",                         o(ARB_timer_query),                         GL,             2010 },
    { "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,             2009 },




More information about the mesa-commit mailing list