mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
cell: fall-through case for TGSI_OPCODE_TXB
This commit is contained in:
parent
85dc1aec9c
commit
e0931e520a
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue