[Mesa-dev] [PATCH 01/14] tgsi/ureg: add ureg_UARL shortcut
David Heidelberger
david.heidelberger at ixit.cz
Mon Oct 20 05:37:44 PDT 2014
From: Christoph Bumiller <christoph.bumiller at speed.at>
We use it in Gallium Nine code.
Signed-off-by: David Heidelberger <david.heidelberger at ixit.cz>
---
src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
index 7888be8..57eef92 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
+++ b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
@@ -57,6 +57,7 @@
#endif
OP11(ARL)
+OP11(UARL)
OP11(MOV)
OP11(LIT)
OP11(RCP)
--
2.1.2
More information about the mesa-dev
mailing list