cell: fall-through case for TGSI_OPCODE_TXB
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 14 Oct 2008 23:09:56 +0000 (17:09 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 14 Oct 2008 23:09:56 +0000 (17:09 -0600)
src/gallium/drivers/cell/ppu/cell_gen_fp.c

index 68093d9e83d88e7c2d027f4b20c88baaed1ad65a..3dfd5f673dd69d4a3bba6ea5b170a9c0c1f0dd9f 100644 (file)
@@ -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);