From 3b2de16fa504b38b6a016b892a91d6297a0a5dce Mon Sep 17 00:00:00 2001 From: Boris Brezillon Date: Tue, 30 Apr 2024 16:09:51 +0200 Subject: [PATCH] panvk/ci: Enable clearing tests After the transition to vk_meta, all clear tests seem to pass. Signed-off-by: Boris Brezillon Reviewed-by: Mary Guillemard Part-of: --- src/panfrost/ci/deqp-panfrost-g52-vk.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/panfrost/ci/deqp-panfrost-g52-vk.toml b/src/panfrost/ci/deqp-panfrost-g52-vk.toml index c4d6f5034c5..7e3fc2bd076 100644 --- a/src/panfrost/ci/deqp-panfrost-g52-vk.toml +++ b/src/panfrost/ci/deqp-panfrost-g52-vk.toml @@ -14,6 +14,7 @@ include = [ "dEQP-VK.api.copy_and_blit.core.*", "dEQP-VK.api.device_init.*", "dEQP-VK.api.fill_and_update_buffer.suballocation.*", + "dEQP-VK.api.image_clearing.*", "dEQP-VK.api.maintenance3_check.*", "dEQP-VK.api.null_handle.*", "dEQP-VK.api.object_management.*",