From 7c50214aab0b590059fea15e4b7550cfa99855c2 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Mon, 14 Oct 2019 11:27:32 +0200 Subject: radv: implement VK_KHR_shader_float_controls This exposes what's required for DX and this is what we already configure. The driver flushes denorms for FP32 and preserves them for FP16/FP64. Note that we can't allow both preserving and flushing denorms because this won't work for merged shaders. This will require LLVM to update the float mode register to make it work. Only enabled on GFX8+ with the LLVM path because it's untested on previous chips and ACO doesn't support it. This extension is required for SPIRV 1.4. Signed-off-by: Samuel Pitoiset Reviewed-by: Bas Nieuwenhuizen --- docs/relnotes/new_features.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/relnotes') diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index 2f7944e929c..1e146b4b06a 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -4,7 +4,7 @@ GL_EXT_demote_to_helper_invocation on iris, i965. OpenGL 4.6 on i965, iris. VK_ANDROID_external_memory_android_hardware_buffer on RADV. VK_KHR_shader_clock on Intel, RADV. -VK_KHR_shader_float_controls on Intel. +VK_KHR_shader_float_controls on Intel, RADV. VK_KHR_spirv_1_4 on Intel. VK_EXT_shader_subgroup_ballot on Intel. VK_EXT_shader_subgroup_vote on Intel. -- cgit v1.2.3