cell: fall-through case for TGSI_OPCODE_TXB

This commit is contained in:
Brian Paul 2008-10-14 17:09:56 -06:00
parent 85dc1aec9c
commit e0931e520a

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);