r600: execute SET funtions on all channels

seems assemble_LOGIC was meant for non-condition-code instructions
so execute in for all components as previously
This commit is contained in:
Andre Maasikas 2009-12-03 18:12:45 +02:00
parent 2aebc5e01f
commit 94c6ec5809
1 changed files with 1 additions and 1 deletions

View File

@ -4467,7 +4467,7 @@ GLboolean assemble_LOGIC(r700_AssemblerBase *pAsm, BITS opcode)
}
pAsm->D.dst.opcode = opcode;
pAsm->D.dst.math = 1;
//pAsm->D.dst.math = 1;
if( GL_FALSE == assemble_dst(pAsm) )
{