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:
d81b872
)
pan/bi: Don't propagate discard
author
Alyssa Rosenzweig
<alyssa@collabora.com>
Thu, 12 May 2022 16:37:00 +0000
(12:37 -0400)
committer
Marge Bot
<emma+marge@anholt.net>
Thu, 19 May 2022 16:08:26 +0000
(16:08 +0000)
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16585>
src/panfrost/bifrost/compiler.h
patch
|
blob
|
history
diff --git
a/src/panfrost/bifrost/compiler.h
b/src/panfrost/bifrost/compiler.h
index
794c80d
..
035fe21
100644
(file)
--- a/
src/panfrost/bifrost/compiler.h
+++ b/
src/panfrost/bifrost/compiler.h
@@
-260,6
+260,7
@@
bi_replace_index(bi_index old, bi_index replacement)
replacement.abs = old.abs;
replacement.neg = old.neg;
replacement.swizzle = old.swizzle;
+ replacement.discard = false; /* needs liveness analysis to set */
return replacement;
}