Browse Source

r600: DPH adds w comp of second operand, so set first one to 1 instead

tags/mesa_7_7_rc1
Andre Maasikas 16 years ago
parent
commit
97dd35bd6f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/drivers/dri/r600/r700_assembler.c

+ 1
- 1
src/mesa/drivers/dri/r600/r700_assembler.c View File

@@ -2635,7 +2635,7 @@ GLboolean assemble_DOT(r700_AssemblerBase *pAsm)
}
else if(pAsm->pILInst[pAsm->uiCurInst].Opcode == OPCODE_DPH)
{
onecomp_PVSSRC(&(pAsm->S[1].src), 3);
onecomp_PVSSRC(&(pAsm->S[0].src), 3);
}

if ( GL_FALSE == next_ins(pAsm) )

Loading…
Cancel
Save