summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi
diff options
context:
space:
mode:
authorLuca Barbieri <luca@luca-barbieri.com>2010-09-20 19:19:50 +0200
committerLuca Barbieri <luca@luca-barbieri.com>2010-09-20 20:23:35 +0200
commitde71e7a4c96e513beacb94eccbb8e5241a71aaf3 (patch)
tree0ae239ff1150c275bf54ad8eac62da97a701eb4e /src/gallium/auxiliary/tgsi
parent2e7d1c2c86014d8bdd615d587fb9e98bc8eda605 (diff)
tgsi: add switch/case opcodes to tgsi_opcode_tmp.h
Diffstat (limited to 'src/gallium/auxiliary/tgsi')
-rw-r--r--src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
index e472947507..b3123ed016 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