mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-21 05:20:43 +01:00
freedreno/registers: Allow varset to be specified on enum
It gets a bit repetitive to specify the same varset on each value. The rnn decode already handles it when specified on the enum, we just need to relax the schema to allow this. Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17817>
This commit is contained in:
parent
98b84ef286
commit
0cd8ce6ce3
1 changed files with 1 additions and 0 deletions
|
|
@ -255,6 +255,7 @@
|
|||
<attribute name="inline" type="rng:Boolean" use="optional" />
|
||||
<attribute name="bare" type="rng:Boolean" use="optional" />
|
||||
<attribute name="prefix" type="NMTOKENS" use="optional" />
|
||||
<attribute name="varset" type="NMTOKEN" use="optional" />
|
||||
</complexType>
|
||||
|
||||
<complexType name="valueType">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue