diff options
Diffstat (limited to 'src/mesa/main/tests/dispatch_sanity.cpp')
-rw-r--r-- | src/mesa/main/tests/dispatch_sanity.cpp | 4 |
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 }, |