Browse Source

cell: fall-through case for TGSI_OPCODE_TXB

tags/mesa_20090313
Brian Paul 17 years ago
parent
commit
e0931e520a
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/gallium/drivers/cell/ppu/cell_gen_fp.c

+ 2
- 0
src/gallium/drivers/cell/ppu/cell_gen_fp.c View 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);


Loading…
Cancel
Save