diff options
author | Mary Guillemard <mary.guillemard@collabora.com> | 2024-06-20 09:03:43 +0200 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2024-06-20 08:50:12 +0000 |
commit | b06661aaf333967497b201b50edd64612ed8955c (patch) | |
tree | b27ab4652646b704d4a836d1e15b12fc79c469ae /src/panfrost/ci | |
parent | 3129d71fef6eb717b990faf7fefefc9fbc6f9954 (diff) |
panvk: Enable dEQP-VK.info tests in CI for Mali-G52
Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29800>
Diffstat (limited to 'src/panfrost/ci')
-rw-r--r-- | src/panfrost/ci/deqp-panfrost-g52-vk.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/ci/deqp-panfrost-g52-vk.toml b/src/panfrost/ci/deqp-panfrost-g52-vk.toml index 1a71a6f984c..62381fdc6ac 100644 --- a/src/panfrost/ci/deqp-panfrost-g52-vk.toml +++ b/src/panfrost/ci/deqp-panfrost-g52-vk.toml @@ -37,6 +37,7 @@ include = [ "dEQP-VK.glsl.texture_functions.query.texturequerylevels.*", "dEQP-VK.glsl.operator.*", "dEQP-VK.image.image_size.*", + "dEQP-VK.info.*", "dEQP-VK.pipeline.depth.format.d24_unorm_s8_uint.depth_test_disabled.depth_write_enabled", "dEQP-VK.pipeline.fast_linked_library.*", "dEQP-VK.pipeline.image.suballocation.sampling_type.*.view_type.2d*", |