diff options
author | Samuel Pitoiset <[email protected]> | 2020-06-05 15:58:36 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2020-06-09 08:04:23 +0200 |
commit | d7923c74d42d4d745e6e5b2b572ac558f2b9a1ed (patch) | |
tree | f58580b5a4cb5648076fd03642d1dd17739ad07a /docs/relnotes/new_features.txt | |
parent | d76e8131ac4c115b7a750c9f127f9fa920a9d094 (diff) |
radv/llvm: expose VK_EXT_shader_demote_to_helper_invocation with LLVM 9+
It should already work with the LLVM backend.
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5361>
Diffstat (limited to 'docs/relnotes/new_features.txt')
-rw-r--r-- | docs/relnotes/new_features.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index 8ad3ed9e5e6..13e179456e4 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -3,6 +3,7 @@ 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_EXT_shader_demote_to_helper_invocation on RADV/LLVM. VK_EXT_subgroup_size_control on RADV/ACO. VK_GOOGLE_user_type on ANV and RADV. VK_KHR_shader_subgroup_extended_types on RADV/ACO. |