mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 15:48:36 +02:00
i965g: fix typo converting wm src regs
This commit is contained in:
parent
9507a6c206
commit
95d7aca4b9
1 changed files with 1 additions and 1 deletions
|
|
@ -1023,7 +1023,7 @@ static void emit_insn( struct brw_wm_compile *c,
|
|||
inst->Instruction.Saturate );
|
||||
|
||||
for (i = 0; i < inst->Instruction.NumSrcRegs; i++)
|
||||
src[i] = translate_src( c, &inst->FullSrcRegisters[0] );
|
||||
src[i] = translate_src( c, &inst->FullSrcRegisters[i] );
|
||||
|
||||
switch (opcode) {
|
||||
case TGSI_OPCODE_ABS:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue