From: Luca Barbieri Date: Mon, 20 Sep 2010 17:19:50 +0000 (+0200) Subject: tgsi: add switch/case opcodes to tgsi_opcode_tmp.h X-Git-Tag: mesa-7.10~1096^2~356 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de71e7a4c96e513beacb94eccbb8e5241a71aaf3;p=platform%2Fupstream%2Fmesa.git tgsi: add switch/case opcodes to tgsi_opcode_tmp.h --- diff --git a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h index e472947..b3123ed 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h +++ b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h @@ -163,6 +163,10 @@ OP12(USGE) OP12(USHR) OP12(USLT) OP12(USNE) +OP01(SWITCH) +OP01(CASE) +OP00(DEFAULT) +OP00(ENDSWITCH) #undef OP00