diff options
author | Mary Guillemard <mary.guillemard@collabora.com> | 2024-06-24 08:52:55 +0200 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2024-06-26 16:33:40 +0000 |
commit | afcfc72b83e4c213d4c0f73cd119893830b9d504 (patch) | |
tree | e1b14d9a8d674ad12dc281eab1f0ab7782103716 /src/panfrost/ci/deqp-panfrost-g52-vk.toml | |
parent | 10e62cbe01e6bfda53d183ba7c3f8cefb8665d79 (diff) |
panvk: Enable compute pipeline in CI for Mali-G52
Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com>
Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29872>
Diffstat (limited to 'src/panfrost/ci/deqp-panfrost-g52-vk.toml')
-rw-r--r-- | src/panfrost/ci/deqp-panfrost-g52-vk.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panfrost/ci/deqp-panfrost-g52-vk.toml b/src/panfrost/ci/deqp-panfrost-g52-vk.toml index dbb815cad0a..260ea3f80a0 100644 --- a/src/panfrost/ci/deqp-panfrost-g52-vk.toml +++ b/src/panfrost/ci/deqp-panfrost-g52-vk.toml @@ -19,7 +19,7 @@ include = [ "dEQP-VK.api.object_management.*", "dEQP-VK.binding_model.buffer_device_address.*", "dEQP-VK.binding_model.descriptor_copy.compute.*", - "dEQP-VK.compute.builtin_var.*", + "dEQP-VK.compute.*", "dEQP-VK.draw.renderpass.instanced.draw_indexed_vk_*", "dEQP-VK.draw.renderpass.offscreen_viewport.*", "dEQP-VK.image.atomic_operations.*", |