mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2025-02-18 17:09:17 +00:00
pan/bi: Lower fsqrt
For G72+ anyway. G71 will want something a bit more fine grained. I hope this has enough precision for GL (the blob apparently does some exponent fixup). Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4530>
This commit is contained in:
parent
3025ea6abe
commit
0e4432bfba
@ -42,6 +42,7 @@ static const nir_shader_compiler_options bifrost_nir_options = {
|
||||
.lower_fpow = true,
|
||||
.lower_find_lsb = true,
|
||||
.lower_fdph = true,
|
||||
.lower_fsqrt = true,
|
||||
|
||||
.lower_wpos_pntc = true,
|
||||
.lower_fsign = true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user