summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests
diff options
context:
space:
mode:
authorPaul Berry <[email protected]>2014-01-06 15:08:04 -0800
committerPaul Berry <[email protected]>2014-02-05 09:00:14 -0800
commit79134cb51609724cc4d94ade12dc52a09e2e91db (patch)
tree9cb30c5ffc3600d04e07c01b2cbb830ea016271a /src/mesa/main/tests
parentb7d05a58ae3655730f84c9786439e2461cdb77da (diff)
mesa/cs: Add dispatch API stubs for ARB_compute_shader.
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/main/tests')
-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 78a218ea17b..d8969e268b9 100644
--- a/src/mesa/main/tests/dispatch_sanity.cpp
+++ b/src/mesa/main/tests/dispatch_sanity.cpp
@@ -850,8 +850,8 @@ const struct function gl_core_functions_possible[] = {
{ "glClearBufferSubData", 43, -1 },
// { "glClearNamedBufferDataEXT", 43, -1 }, // XXX: Add to xml
// { "glClearNamedBufferSubDataEXT", 43, -1 }, // XXX: Add to xml
-// { "glDispatchCompute", 43, -1 }, // XXX: Add to xml
-// { "glDispatchComputeIndirect", 43, -1 }, // XXX: Add to xml
+ { "glDispatchCompute", 43, -1 },
+ { "glDispatchComputeIndirect", 43, -1 },
// { "glCopyImageSubData", 43, -1 }, // XXX: Add to xml
{ "glTextureView", 43, -1 },
{ "glBindVertexBuffer", 43, -1 },