diff options
author | Iván Briano <[email protected]> | 2020-05-20 14:36:49 -0700 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-06-17 00:48:39 +0000 |
commit | ed7bebc17b4bc106eb8fba370607a50c2a367485 (patch) | |
tree | 18bd85f46f6133635a45dbd6a702742003623da4 /docs/relnotes/new_features.txt | |
parent | 23633f6c694cde75e9347d7a18e79c08413bc022 (diff) |
anv: enable VK_EXT_pipeline_creation_cache_control
Reviewed-by: Lionel Landwerlin <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5136>
Diffstat (limited to 'docs/relnotes/new_features.txt')
-rw-r--r-- | docs/relnotes/new_features.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index f3ca40d80a8..8c28de416eb 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -3,7 +3,7 @@ GL_EXT_shader_group_vote on GLES3. 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_pipeline_creation_cache_control on ANV and 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. |