mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 06:40:08 +01:00
pan/va: Permit encoding more flags
Missed the first time around. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15223>
This commit is contained in:
parent
76487c7eb4
commit
40ed485e32
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue