summaryrefslogtreecommitdiff
path: root/src/panfrost
diff options
context:
space:
mode:
authorMary Guillemard <mary.guillemard@collabora.com>2024-06-24 08:52:57 +0200
committerMarge Bot <emma+marge@anholt.net>2024-06-26 16:33:40 +0000
commit52c9cc6ed858c66446a5129037ac902a710df4e0 (patch)
treeda70fb61b7edc48fbc521caee57cc7e1a3bfd9cf /src/panfrost
parentafcfc72b83e4c213d4c0f73cd119893830b9d504 (diff)
panvk: Advertise VK_EXT_private_data
Alread handled by common code. 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/29872>
Diffstat (limited to 'src/panfrost')
-rw-r--r--src/panfrost/ci/panfrost-g52-fails.txt1
-rw-r--r--src/panfrost/vulkan/panvk_physical_device.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/panfrost/ci/panfrost-g52-fails.txt b/src/panfrost/ci/panfrost-g52-fails.txt
index 31d6154e120..af0b83b5b01 100644
--- a/src/panfrost/ci/panfrost-g52-fails.txt
+++ b/src/panfrost/ci/panfrost-g52-fails.txt
@@ -2755,6 +2755,7 @@ dEQP-VK.api.object_management.max_concurrent.query_pool,Crash
dEQP-VK.api.object_management.multithreaded_shared_resources.query_pool,Crash
dEQP-VK.api.object_management.multithreaded_per_thread_device.query_pool,Crash
dEQP-VK.api.object_management.multithreaded_per_thread_resources.query_pool,Crash
+dEQP-VK.api.object_management.private_data.query_pool,Crash
# CmdDispatchIndirect not supported yet
dEQP-VK.compute.pipeline.indirect_dispatch.gen_in_compute.empty_command,Crash
diff --git a/src/panfrost/vulkan/panvk_physical_device.c b/src/panfrost/vulkan/panvk_physical_device.c
index 69a502a419d..791a9dd0aa7 100644
--- a/src/panfrost/vulkan/panvk_physical_device.c
+++ b/src/panfrost/vulkan/panvk_physical_device.c
@@ -85,6 +85,7 @@ get_device_extensions(const struct panvk_physical_device *device,
.EXT_index_type_uint8 = true,
.EXT_pipeline_creation_cache_control = true,
.EXT_pipeline_creation_feedback = true,
+ .EXT_private_data = true,
.EXT_shader_module_identifier = true,
.EXT_vertex_attribute_divisor = true,
};