nvc0/ir: fix predicated PFETCH emission
src1 would contain the predicate, which would get emitted as a register source by an undiscerning srcId helper. Work around this in the same way as in emitTEX. Signed-off-by:Ilia Mirkin <imirkin@alum.mit.edu> Cc: mesa-stable@lists.freedesktop.org (cherry picked from commit a9d08a25) Squashed with commit nvc0/ir: fix predicated PFETCH for real Commit a9d08a25 accidentally didn't make use of the new src1 variable. Use it. Signed-off-by:
Ilia Mirkin <imirkin@alum.mit.edu> Cc: mesa-stable@lists.freedesktop.org (cherry picked from commit 33f0d113)
Loading
Please register or sign in to comment