projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5577aeb
)
agx: Set lower_fisnormal
author
Alyssa Rosenzweig
<alyssa@rosenzweig.io>
Fri, 4 Aug 2023 13:20:18 +0000
(09:20 -0400)
committer
Marge Bot
<emma+marge@anholt.net>
Fri, 11 Aug 2023 09:50:11 +0000
(09:50 +0000)
We're going to generate this in our interpolation lower.
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24498>
src/asahi/compiler/agx_compile.h
patch
|
blob
|
history
diff --git
a/src/asahi/compiler/agx_compile.h
b/src/asahi/compiler/agx_compile.h
index
6ca82ad
..
820cb7b
100644
(file)
--- a/
src/asahi/compiler/agx_compile.h
+++ b/
src/asahi/compiler/agx_compile.h
@@
-231,6
+231,7
@@
static const nir_shader_compiler_options agx_nir_options = {
.lower_find_lsb = true,
.lower_uadd_carry = true,
.lower_usub_borrow = true,
+ .lower_fisnormal = true,
.lower_scmp = true,
.lower_isign = true,
.lower_fsign = true,