From a9d72609d95c42af327d05e37ea9bc1574c6d0af Mon Sep 17 00:00:00 2001 From: Faith Ekstrand Date: Wed, 29 Mar 2023 09:47:20 -0500 Subject: [PATCH] anv: Advertise VK_EXT_attachment_feedback_loop_layout Reviewed-by: Lionel Landwerlin Reviewed-by: Ivan Briano Part-of: --- src/intel/vulkan/anv_device.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index ef566302032..6f4690130f8 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -321,6 +321,7 @@ get_device_extensions(const struct anv_physical_device *device, .KHR_workgroup_memory_explicit_layout = true, .KHR_zero_initialize_workgroup_memory = true, .EXT_4444_formats = true, + .EXT_attachment_feedback_loop_layout = true, .EXT_border_color_swizzle = true, .EXT_buffer_device_address = true, .EXT_calibrated_timestamps = device->has_reg_timestamp, @@ -876,9 +877,13 @@ get_features(const struct anv_physical_device *pdevice, /* VK_KHR_cooperative_matrix */ .cooperativeMatrix = anv_has_cooperative_matrix(pdevice), + /* VK_KHR_shader_subgroup_rotate */ .shaderSubgroupRotate = true, .shaderSubgroupRotateClustered = true, + + /* VK_EXT_attachment_feedback_loop_layout */ + .attachmentFeedbackLoopLayout = true, }; /* The new DOOM and Wolfenstein games require depthBounds without