tgsi: add switch/case opcodes to tgsi_opcode_tmp.h

This commit is contained in:
Luca Barbieri
2010-09-20 19:19:50 +02:00
parent 2e7d1c2c86
commit de71e7a4c9
@@ -163,6 +163,10 @@ OP12(USGE)
OP12(USHR)
OP12(USLT)
OP12(USNE)
OP01(SWITCH)
OP01(CASE)
OP00(DEFAULT)
OP00(ENDSWITCH)
#undef OP00