r600: execute SET funtions on all channels
authorAndre Maasikas <amaasikas@gmail.com>
Thu, 3 Dec 2009 16:12:45 +0000 (18:12 +0200)
committerAndre Maasikas <amaasikas@gmail.com>
Tue, 8 Dec 2009 13:38:59 +0000 (15:38 +0200)
seems assemble_LOGIC was meant for non-condition-code instructions
so execute in for all components as previously

src/mesa/drivers/dri/r600/r700_assembler.c

index cf64d17..fe006ef 100644 (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) )
     {