aboutsummaryrefslogtreecommitdiffstats
path: root/docs/relnotes/new_features.txt
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2020-05-28 10:21:27 +0200
committerSamuel Pitoiset <[email protected]>2020-05-28 17:30:24 +0200
commit10c4a7cf59733ae2058a76b880ea0767a59dad4f (patch)
tree4fbfeb93521dbd711d07ff3c6b80821ccc61887e /docs/relnotes/new_features.txt
parent01ce7887bf0d6ec4619e1851002d4774aaa28a90 (diff)
spirv,radv,anv: implement no-op VK_GOOGLE_user_type
This extension only allows HLSL shader compilers to optionally embed unambiguous type information which can be safely ignored by the driver. This fixes a crash with the recent Vulkan backend of Path Of Exile (it uses the extension without checking if it's supported). Cc: <[email protected]> Signed-off-by: Samuel Pitoiset <[email protected]> Tested-by: Edmondo Tommasina <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5237>
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 91b0a8d1b66..41557a4ac1e 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -3,3 +3,4 @@ VK_AMD_texture_gather_bias_lod on RADV.
VK_EXT_private_data on ANV and RADV.
VK_EXT_custom_border_color on RADV.
VK_EXT_pipeline_creation_cache_control on RADV.
+VK_GOOGLE_user_type on ANV and RADV.