From a167e354e714840c867c6af09b476cf129d1084c Mon Sep 17 00:00:00 2001 From: Francisco Jerez Date: Fri, 22 Nov 2013 15:55:09 -0800 Subject: [PATCH] glapi: Update dispatch XML files for ARB_shader_image_load_store. And uncomment the relevant lines of the dispatch sanity test. Reviewed-by: Chris Forbes Reviewed-by: Paul Berry --- .../glapi/gen/ARB_shader_image_load_store.xml | 89 +++++++++++++++++++ src/mapi/glapi/gen/Makefile.am | 1 + src/mapi/glapi/gen/gl_API.xml | 2 + src/mesa/main/tests/dispatch_sanity.cpp | 4 +- 4 files changed, 94 insertions(+), 2 deletions(-) create mode 100644 src/mapi/glapi/gen/ARB_shader_image_load_store.xml diff --git a/src/mapi/glapi/gen/ARB_shader_image_load_store.xml b/src/mapi/glapi/gen/ARB_shader_image_load_store.xml new file mode 100644 index 00000000000..7ccfca41d81 --- /dev/null +++ b/src/mapi/glapi/gen/ARB_shader_image_load_store.xml @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/mapi/glapi/gen/Makefile.am b/src/mapi/glapi/gen/Makefile.am index 65bd9137c53..d5c20b71e2e 100644 --- a/src/mapi/glapi/gen/Makefile.am +++ b/src/mapi/glapi/gen/Makefile.am @@ -113,6 +113,7 @@ API_XML = \ ARB_sampler_objects.xml \ ARB_seamless_cube_map.xml \ ARB_shader_atomic_counters.xml \ + ARB_shader_image_load_store.xml \ ARB_sync.xml \ ARB_texture_buffer_object.xml \ ARB_texture_buffer_range.xml \ diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 697b2ecce28..ff65b489a08 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -8312,6 +8312,8 @@ + + diff --git a/src/mesa/main/tests/dispatch_sanity.cpp b/src/mesa/main/tests/dispatch_sanity.cpp index 227a4fd8b89..b9719569f08 100644 --- a/src/mesa/main/tests/dispatch_sanity.cpp +++ b/src/mesa/main/tests/dispatch_sanity.cpp @@ -828,8 +828,8 @@ const struct function gl_core_functions_possible[] = { { "glDrawTransformFeedbackStreamInstanced", 43, -1 }, // { "glGetInternalformativ", 43, -1 }, // XXX: Add to xml { "glGetActiveAtomicCounterBufferiv", 43, -1 }, -// { "glBindImageTexture", 43, -1 }, // XXX: Add to xml -// { "glMemoryBarrier", 43, -1 }, // XXX: Add to xml + { "glBindImageTexture", 43, -1 }, + { "glMemoryBarrier", 43, -1 }, { "glTexStorage1D", 43, -1 }, { "glTexStorage2D", 43, -1 }, { "glTexStorage3D", 43, -1 }, -- 2.30.2