mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
nouveau: Fix build after STR/BRA opcode dropping.
I missed these while git grepping for users of the dead opcodes. Sigh, macros.
This commit is contained in:
parent
a3688d686f
commit
93d30ff5d6
1 changed files with 0 additions and 2 deletions
|
|
@ -538,12 +538,10 @@ static nv50_ir::operation translateOpcode(uint opcode)
|
|||
NV50_IR_OPCODE_CASE(SIN, SIN);
|
||||
NV50_IR_OPCODE_CASE(SLE, SET);
|
||||
NV50_IR_OPCODE_CASE(SNE, SET);
|
||||
NV50_IR_OPCODE_CASE(STR, SET);
|
||||
NV50_IR_OPCODE_CASE(TEX, TEX);
|
||||
NV50_IR_OPCODE_CASE(TXD, TXD);
|
||||
NV50_IR_OPCODE_CASE(TXP, TEX);
|
||||
|
||||
NV50_IR_OPCODE_CASE(BRA, BRA);
|
||||
NV50_IR_OPCODE_CASE(CAL, CALL);
|
||||
NV50_IR_OPCODE_CASE(RET, RET);
|
||||
NV50_IR_OPCODE_CASE(CMP, SLCT);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue