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:
76487c7
)
pan/va: Permit encoding more flags
author
Alyssa Rosenzweig
<alyssa@collabora.com>
Fri, 25 Feb 2022 16:52:41 +0000
(11:52 -0500)
committer
Marge Bot
<emma+marge@anholt.net>
Fri, 25 Mar 2022 19:00:13 +0000
(19:00 +0000)
Missed the first time around.
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15223>
src/panfrost/bifrost/valhall/valhall.py
patch
|
blob
|
history
diff --git
a/src/panfrost/bifrost/valhall/valhall.py
b/src/panfrost/bifrost/valhall/valhall.py
index 6fd89cd8ce21c4943fd47978a143eedd81157d8b..9ae7000850b10740c627993eeb4d5cb30afe3390 100644
(file)
--- a/
src/panfrost/bifrost/valhall/valhall.py
+++ b/
src/panfrost/bifrost/valhall/valhall.py
@@
-161,6
+161,8
@@
class Staging:
self.widen = False
self.lanes = False
self.lane = False
+ self.halfswizzle = False
+ self.combine = False
self.size = 32
if not self.flags: