r600: LIT dst.y gets value from src.x
seems I overlooked this when removing hardcoded swizzles for this one previously
This commit is contained in:
committed by
Alex Deucher
parent
74c31e5d05
commit
606becc7f3
@@ -2899,6 +2899,7 @@ GLboolean assemble_LIT(r700_AssemblerBase *pAsm)
|
||||
pAsm->S[0].src.rtype = srcType;
|
||||
pAsm->S[0].src.reg = srcReg;
|
||||
setaddrmode_PVSSRC(&(pAsm->S[0].src), ADDR_ABSOLUTE);
|
||||
swizzleagain_PVSSRC(&(pAsm->S[0].src), SQ_SEL_X, SQ_SEL_X, SQ_SEL_X, SQ_SEL_X);
|
||||
pAsm->S[1].src.rtype = SRC_REG_TEMPORARY;
|
||||
pAsm->S[1].src.reg = tmp;
|
||||
setaddrmode_PVSSRC(&(pAsm->S[1].src), ADDR_ABSOLUTE);
|
||||
|
||||
Reference in New Issue
Block a user