From f67dde0b0546779e422133f8b896a9b3669320c7 Mon Sep 17 00:00:00 2001 From: Marta Lofstedt Date: Fri, 14 Aug 2015 13:30:45 +0200 Subject: mesa: Implement glMemoryBarrierByRegion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The function glMemoryBarrierByRegion is part of OpenGL ES 3.1 and OpenGL 4.5 core and compatibility profiles. Signed-off-by: Marta Lofstedt Reviewed-by: Tapani Pälli --- src/mapi/glapi/gen/GL4x.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/mapi') diff --git a/src/mapi/glapi/gen/GL4x.xml b/src/mapi/glapi/gen/GL4x.xml index 94ddfb7..dee5027 100644 --- a/src/mapi/glapi/gen/GL4x.xml +++ b/src/mapi/glapi/gen/GL4x.xml @@ -44,4 +44,10 @@ + + + + + + -- cgit v1.1 From ec256eceedd0a00b41c2c94d5a32609f0e1870b2 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sat, 22 Aug 2015 12:58:03 +0100 Subject: mapi: ship ARB_tessellation_shader.xml Fixes: e2b59a39cbb(mapi: add ARB_tessellation_shader) Signed-off-by: Emil Velikov --- src/mapi/glapi/gen/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mapi') diff --git a/src/mapi/glapi/gen/Makefile.am b/src/mapi/glapi/gen/Makefile.am index 7d9d1a6..86a9243 100644 --- a/src/mapi/glapi/gen/Makefile.am +++ b/src/mapi/glapi/gen/Makefile.am @@ -154,6 +154,7 @@ API_XML = \ ARB_shader_image_load_store.xml \ ARB_shader_subroutine.xml \ ARB_sync.xml \ + ARB_tessellation_shader.xml \ ARB_texture_barrier.xml \ ARB_texture_buffer_object.xml \ ARB_texture_buffer_range.xml \ -- cgit v1.1