This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
cell: fall-through case for TGSI_OPCODE_TXB
tags/mesa_20090313
Brian Paul
17 years ago
parent
85dc1aec9c
commit
e0931e520a
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
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);
Write
Preview
Loading…
Cancel
Save