summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_gen_fp.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-10-14 17:09:56 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-10-14 17:09:56 -0600
commite0931e520a8d7cc5b4db8a4b887c5cf139b2647f (patch)
tree791d6e00f7658c6a45b5ea473cf28ccc3de5a64e /src/gallium/drivers/cell/ppu/cell_gen_fp.c
parent85dc1aec9c5fc63a01bb8db07215b84790d15d8f (diff)
cell: fall-through case for TGSI_OPCODE_TXB
Diffstat (limited to 'src/gallium/drivers/cell/ppu/cell_gen_fp.c')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_gen_fp.c2
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 68093d9e83..3dfd5f673d 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);