tgsi: add switch/case opcodes to tgsi_opcode_tmp.h
authorLuca Barbieri <luca@luca-barbieri.com>
Mon, 20 Sep 2010 17:19:50 +0000 (19:19 +0200)
committerLuca Barbieri <luca@luca-barbieri.com>
Mon, 20 Sep 2010 18:23:35 +0000 (20:23 +0200)
src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h

index e472947..b3123ed 100644 (file)
@@ -163,6 +163,10 @@ OP12(USGE)
 OP12(USHR)
 OP12(USLT)
 OP12(USNE)
+OP01(SWITCH)
+OP01(CASE)
+OP00(DEFAULT)
+OP00(ENDSWITCH)
 
 
 #undef OP00