summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
diff options
context:
space:
mode:
authorFrancisco Jerez <[email protected]>2013-11-22 15:55:09 -0800
committerFrancisco Jerez <[email protected]>2014-01-15 16:42:08 +0100
commita167e354e714840c867c6af09b476cf129d1084c (patch)
tree4fd4f78175596680e0877152d9397dc7d663b19f /src/mesa/main
parentbcc49e17ffb76110a05130116b15904db6a0278c (diff)
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 <[email protected]> Reviewed-by: Paul Berry <[email protected]>
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/tests/dispatch_sanity.cpp4
1 files changed, 2 insertions, 2 deletions
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 },