From d6eb6c58c7580ee68d500fda6f8c04bb76aeae67 Mon Sep 17 00:00:00 2001 From: Aditya Swarup Date: Mon, 16 Feb 2026 23:10:08 -0800 Subject: [PATCH] anv: Enable support for VK_EXT_device_address_binding_report Enable support for address binding report extension for anv. Reviewed-by: Lionel Landwerlin Part-of: --- src/intel/vulkan/anv_physical_device.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/intel/vulkan/anv_physical_device.c b/src/intel/vulkan/anv_physical_device.c index 9378ca7f9a7..7d838fba1b3 100644 --- a/src/intel/vulkan/anv_physical_device.c +++ b/src/intel/vulkan/anv_physical_device.c @@ -289,6 +289,7 @@ get_device_extensions(const struct anv_physical_device *device, .EXT_depth_range_unrestricted = device->info.ver >= 20, .EXT_descriptor_buffer = true, .EXT_descriptor_indexing = true, + .EXT_device_address_binding_report = true, .EXT_device_memory_report = true, #ifdef VK_USE_PLATFORM_DISPLAY_KHR .EXT_display_control = true, @@ -1013,6 +1014,9 @@ get_features(const struct anv_physical_device *pdevice, /* VK_KHR_internally_synchronized_queues */ .internallySynchronizedQueues = true, + + /* VK_EXT_device_address_binding_report */ + .reportAddressBinding = true, }; /* The new DOOM and Wolfenstein games require depthBounds without