diff options
author | Mary Guillemard <mary.guillemard@collabora.com> | 2024-05-13 10:40:37 +0200 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2024-06-17 07:31:51 +0000 |
commit | 547da6e38f48e09b07708d30b91e55a4700dc5b7 (patch) | |
tree | a89ef5a100cd6af5b213fd4fc921db60c3dfb7ca /src/panfrost/ci/deqp-panfrost-g52-vk.toml | |
parent | 3119546508c8eb6bb5ba4eddbf1c0dafd940ec7a (diff) |
panvk: Enable pipeline library in CI for Mali-G52
Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com>
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29161>
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, 2 insertions, 0 deletions
diff --git a/src/panfrost/ci/deqp-panfrost-g52-vk.toml b/src/panfrost/ci/deqp-panfrost-g52-vk.toml index 7fd3d48c744..4b886092fd9 100644 --- a/src/panfrost/ci/deqp-panfrost-g52-vk.toml +++ b/src/panfrost/ci/deqp-panfrost-g52-vk.toml @@ -34,10 +34,12 @@ include = [ "dEQP-VK.glsl.operator.*", "dEQP-VK.image.image_size.*", "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*", "dEQP-VK.pipeline.input_assembly.*", "dEQP-VK.pipeline.logic_op.*", "dEQP-VK.pipeline.monolithic.*", + "dEQP-VK.pipeline.pipeline_library.*", "dEQP-VK.pipeline.sampler.view_type.*.format.r*.address_modes.all_mode_clamp_to_border*", "dEQP-VK.pipeline.stencil.*", "dEQP-VK.rasterization.interpolation.*", |