mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
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:
parent
2aebc5e01f
commit
94c6ec5809
1 changed files with 1 additions and 1 deletions
|
|
@ -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) )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue