search for: tgsi_opcode_sampl

Displaying 1 result from an estimated 1 matches for "tgsi_opcode_sampl".

Did you mean: tgsi_opcode_sample
2014 Jul 05
1
[PATCH 1/2] nv50/ir: retrieve shadow compare from first arg
...gsi.cpp @@ -2504,7 +2504,7 @@ Converter::handleInstruction(const struct tgsi_full_instruction *insn) break; case TGSI_OPCODE_TXB2: case TGSI_OPCODE_TXL2: - handleTEX(dst0, 2, 2, 0x10, 0x11, 0x00, 0x00); + handleTEX(dst0, 2, 2, 0x10, 0x0f, 0x00, 0x00); break; case TGSI_OPCODE_SAMPLE: case TGSI_OPCODE_SAMPLE_B: -- 1.8.5.5