Module: Mesa Branch: master Commit: d78e0de772dd8c50cf30faf19a2b91794f05db20 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d78e0de772dd8c50cf30faf19a2b91794f05db20
Author: Daniel Schürmann <[email protected]> Date: Wed Jan 29 15:30:25 2020 +0100 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> --- docs/relnotes/new_features.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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. _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
