From: Brian Paul Date: Tue, 14 Oct 2008 23:09:56 +0000 (-0600) Subject: cell: fall-through case for TGSI_OPCODE_TXB X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e0931e520a8d7cc5b4db8a4b887c5cf139b2647f;p=mesa.git cell: fall-through case for TGSI_OPCODE_TXB --- diff --git a/src/gallium/drivers/cell/ppu/cell_gen_fp.c b/src/gallium/drivers/cell/ppu/cell_gen_fp.c index 68093d9e83d..3dfd5f673dd 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);