From 949d2e507d9678815d0e8413fb891ff4059a85e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Briano?= Date: Fri, 18 Apr 2025 12:33:58 -0700 Subject: [PATCH] anv: expose promoted KHR_depth_clamp_zero_one Reviewed-by: Caio Oliveira Part-of: --- src/intel/vulkan/anv_physical_device.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/intel/vulkan/anv_physical_device.c b/src/intel/vulkan/anv_physical_device.c index ae6d2eaed70..5e8a45b11d1 100644 --- a/src/intel/vulkan/anv_physical_device.c +++ b/src/intel/vulkan/anv_physical_device.c @@ -147,6 +147,7 @@ get_device_extensions(const struct anv_physical_device *device, .KHR_create_renderpass2 = true, .KHR_dedicated_allocation = true, .KHR_deferred_host_operations = true, + .KHR_depth_clamp_zero_one = true, .KHR_depth_stencil_resolve = true, .KHR_descriptor_update_template = true, .KHR_device_group = true, @@ -580,7 +581,7 @@ get_features(const struct anv_physical_device *pdevice, .customBorderColorWithoutFormat = pdevice->instance->custom_border_colors_without_format, - /* VK_EXT_depth_clamp_zero_one */ + /* VK_KHR_depth_clamp_zero_one */ .depthClampZeroOne = true, /* VK_EXT_depth_clip_enable */