This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
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
150d4968e3
commit
97dd35bd6f
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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) )
Write
Preview
Loading…
Cancel
Save