diff options
author | Bas Nieuwenhuizen <[email protected]> | 2019-10-10 11:40:27 +0200 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2019-10-10 13:24:16 +0000 |
commit | a9687c4e05254df52b9180aa006b7bbeb612f2fc (patch) | |
tree | 2a7e38859d0d1dc66d7a49f55eef520b7994d4e6 /docs/relnotes | |
parent | 9d17d97ee41ae9d3eb5061a4bc607e430bdae477 (diff) |
radv: Implement & enable VK_EXT_texel_buffer_alignment.
Reviewed-by: Samuel Pitoiset <[email protected]>
Diffstat (limited to 'docs/relnotes')
-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 f51a9669bad..bfe0ac83493 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -6,3 +6,4 @@ VK_KHR_shader_clock on Intel, RADV. VK_KHR_shader_float_controls on Intel. VK_EXT_shader_subgroup_ballot on Intel. VK_EXT_shader_subgroup_vote on Intel. +VK_EXT_texel_buffer_alignment on RADV. |