summaryrefslogtreecommitdiff
path: root/docs/relnotes/new_features.txt
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2023-01-16 14:03:48 +0100
committerMarge Bot <emma+marge@anholt.net>2024-04-03 08:48:36 +0000
commitf9b3e324402f1ec6e7834fb1ada604353714bc65 (patch)
treef7bc2d1d950e8ba8c350839436fd8985114c5856 /docs/relnotes/new_features.txt
parentdb736ebf532794bcd3586c4f6c81021b1b0cd585 (diff)
radv: advertise VK_EXT_device_address_binding_report
This extension can be very useful for debugging VM faults with AMDGPU because it's possible to associate VA ranges with Vulkan objects. Also useful for detecting use-after-free. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28373>
Diffstat (limited to 'docs/relnotes/new_features.txt')
-rw-r--r--docs/relnotes/new_features.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index 6cf7a3e2b7e..fc54b7c4d70 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -12,3 +12,4 @@ Mali G610 and G310 on Panfrost
Mali T600 on Panfrost
VK_KHR_shader_subgroup_uniform_control_flow on NVK
alphaToOne/extendedDynamicState3AlphaToOneEnable on RADV
+VK_EXT_device_address_binding_report on RADV