mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue