mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-31 02:40:25 +01:00
nv50: add TXP to TEX case.. not correct, but anyway..
This commit is contained in:
parent
0d54770cab
commit
5696267efd
1 changed files with 1 additions and 0 deletions
|
|
@ -1187,6 +1187,7 @@ nv50_program_tx_insn(struct nv50_pc *pc, const union tgsi_full_token *tok)
|
|||
}
|
||||
break;
|
||||
case TGSI_OPCODE_TEX:
|
||||
case TGSI_OPCODE_TXP:
|
||||
{
|
||||
struct nv50_reg *t[4];
|
||||
struct nv50_program_exec *e;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue