mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 14:38:06 +02:00
ir3/isa: allow rpt6/rpt7
The blob sometimes uses this for nop. Signed-off-by: Job Noorman <job@noorman.info> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32366>
This commit is contained in:
parent
794a092693
commit
c129547d9c
1 changed files with 2 additions and 0 deletions
|
|
@ -284,6 +284,8 @@ SOFTWARE.
|
|||
<value val="3" display="(rpt3)"/>
|
||||
<value val="4" display="(rpt4)"/>
|
||||
<value val="5" display="(rpt5)"/>
|
||||
<value val="6" display="(rpt6)"/>
|
||||
<value val="7" display="(rpt7)"/>
|
||||
</enum>
|
||||
|
||||
<enum name="#cond">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue