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

/* fall-through for now */ /* fall-through for now */
case TGSI_OPCODE_TXD: case TGSI_OPCODE_TXD:
/* fall-through for now */ /* fall-through for now */
case TGSI_OPCODE_TXB:
/* fall-through for now */
case TGSI_OPCODE_TXP: case TGSI_OPCODE_TXP:
return emit_TXP(gen, inst); return emit_TXP(gen, inst);



Loading…
Cancel
Save