diff options
author | Daniel Schürmann <[email protected]> | 2020-01-29 15:30:25 +0100 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-01-29 22:05:37 +0000 |
commit | d78e0de772dd8c50cf30faf19a2b91794f05db20 (patch) | |
tree | 819fcbb9c0ea2e3fb379a4c652dacfa4fe98d18f | |
parent | 3a3b16a3958837f51f12849a557130be43b7fb29 (diff) |
docs: add new features for RADV/ACO.
Reviewed-by: Samuel Pitoiset <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3627>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3627>
-rw-r--r-- | docs/relnotes/new_features.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index bdf95f4b442..fd69bd17f41 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -7,9 +7,13 @@ VK_AMD_mixed_attachment_samples on RADV. VK_AMD_shader_explicit_vertex_parameter on RADV. VK_AMD_shader_image_load_store_lod on RADV. VK_AMD_shader_fragment_mask on RADV. -VK_EXT_subgroup_size_control on RADV. +VK_EXT_subgroup_size_control on RADV/LLVM. VK_KHR_separate_depth_stencil_layouts on Intel, RADV. VK_KHR_shader_subgroup_extended_types on RADV. VK_KHR_swapchain_mutable_format on RADV. +VK_KHR_shader_float_controls on RADV/ACO. +GFX6 (Southern Islands) and GFX7 (Sea Islands) support on RADV/ACO. +Wave32 support for GFX10 (Navi) on RADV/ACO. +Compilation of Geometry Shaders on RADV/ACO. Vulkan 1.2 on Intel, RADV. GL_INTEL_shader_integer_functions2 and VK_INTEL_shader_integer_functions2 on Intel. |