Mesa (gallium-0.2): cell: fall-through case for TGSI_OPCODE_TXB

Brian Paul brianp at kemper.freedesktop.org
Tue Oct 14 23:22:55 UTC 2008


Module: Mesa
Branch: gallium-0.2
Commit: e0931e520a8d7cc5b4db8a4b887c5cf139b2647f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e0931e520a8d7cc5b4db8a4b887c5cf139b2647f

Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Oct 14 17:09:56 2008 -0600

cell: fall-through case for TGSI_OPCODE_TXB

---

 src/gallium/drivers/cell/ppu/cell_gen_fp.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/cell/ppu/cell_gen_fp.c b/src/gallium/drivers/cell/ppu/cell_gen_fp.c
index 68093d9..3dfd5f6 100644
--- a/src/gallium/drivers/cell/ppu/cell_gen_fp.c
+++ b/src/gallium/drivers/cell/ppu/cell_gen_fp.c
@@ -1672,6 +1672,8 @@ emit_instruction(struct codegen *gen,
       /* fall-through for now */
    case TGSI_OPCODE_TXD:
       /* fall-through for now */
+   case TGSI_OPCODE_TXB:
+      /* fall-through for now */
    case TGSI_OPCODE_TXP:
       return emit_TXP(gen, inst);
 




More information about the mesa-commit mailing list