Module: Mesa Branch: master Commit: 8a6e61cc52dbab01c2d86820cbf3ceb0cf1c473c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a6e61cc52dbab01c2d86820cbf3ceb0cf1c473c
Author: Samuel Pitoiset <[email protected]> Date: Fri Mar 22 14:48:38 2019 +0100 radv: do not lower frexp_exp and frexp_sig Hardware has two instructions. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]> --- src/amd/vulkan/radv_shader.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/amd/vulkan/radv_shader.c b/src/amd/vulkan/radv_shader.c index 19a807df199..eecbc6ae759 100644 --- a/src/amd/vulkan/radv_shader.c +++ b/src/amd/vulkan/radv_shader.c @@ -305,7 +305,6 @@ radv_shader_compile_to_nir(struct radv_device *device, NIR_PASS_V(nir, nir_lower_system_values); NIR_PASS_V(nir, nir_lower_clip_cull_distance_arrays); - NIR_PASS_V(nir, nir_lower_frexp); } /* Vulkan uses the separate-shader linking model */ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
