Mesa (master): tgsi: add switch/case opcodes to tgsi_opcode_tmp.h

Luca Barbieri lb at kemper.freedesktop.org
Mon Sep 20 18:33:24 UTC 2010


Module: Mesa
Branch: master
Commit: de71e7a4c96e513beacb94eccbb8e5241a71aaf3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=de71e7a4c96e513beacb94eccbb8e5241a71aaf3

Author: Luca Barbieri <luca at luca-barbieri.com>
Date:   Mon Sep 20 19:19:50 2010 +0200

tgsi: add switch/case opcodes to tgsi_opcode_tmp.h

---

 src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h |    4 ++++
 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 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




More information about the mesa-commit mailing list