From: Fabian Bieler <fabianbie...@fastmail.fm>

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

diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
index 553c01e..e676e18 100644
--- a/src/mesa/main/extensions.c
+++ b/src/mesa/main/extensions.c
@@ -155,6 +155,7 @@ static const struct extension extension_table[] = {
    { "GL_ARB_stencil_texturing",                   o(ARB_stencil_texturing),   
                GL,             2012 },
    { "GL_ARB_sync",                                o(ARB_sync),                
                GL,             2003 },
    { "GL_ARB_texture_barrier",                     o(NV_texture_barrier),      
                GL,             2014 },
+   { "GL_ARB_tessellation_shader",                 o(ARB_tessellation_shader), 
                GLC,            2009 },
    { "GL_ARB_texture_border_clamp",                
o(ARB_texture_border_clamp),                GLL,            2000 },
    { "GL_ARB_texture_buffer_object",               
o(ARB_texture_buffer_object),               GLC,            2008 },
    { "GL_ARB_texture_buffer_object_rgb32",         
o(ARB_texture_buffer_object_rgb32),         GLC,            2009 },
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 9f93aa1..59e6eeb 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -3688,6 +3688,7 @@ struct gl_extensions
    GLboolean ARB_shadow;
    GLboolean ARB_stencil_texturing;
    GLboolean ARB_sync;
+   GLboolean ARB_tessellation_shader;
    GLboolean ARB_texture_border_clamp;
    GLboolean ARB_texture_buffer_object;
    GLboolean ARB_texture_buffer_object_rgb32;
-- 
2.1.0

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to