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

This commit is contained in:
Andre Maasikas
2009-10-12 12:20:26 +03:00
parent 150d4968e3
commit 97dd35bd6f
+1 -1
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) )