mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
tgsi: add ucmp to the list of opcodes
we forgot to add ucmp to the list of opcodes, so it was never generated for ureg. Signed-off-by: Zack Rusin <zackr@vmware.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com> Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
parent
2d15f4746b
commit
2da1daaa4e
1 changed files with 1 additions and 0 deletions
|
|
@ -198,6 +198,7 @@ OP12(SVIEWINFO)
|
||||||
OP13(SAMPLE_POS)
|
OP13(SAMPLE_POS)
|
||||||
OP12(SAMPLE_INFO)
|
OP12(SAMPLE_INFO)
|
||||||
|
|
||||||
|
OP13(UCMP)
|
||||||
|
|
||||||
#undef OP00
|
#undef OP00
|
||||||
#undef OP01
|
#undef OP01
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue