Skip to content
Snippets Groups Projects
Commit b4c973da authored by Ilia Mirkin's avatar Ilia Mirkin Committed by Emil Velikov
Browse files

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: default avatarIlia 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: default avatarIlia Mirkin <imirkin@alum.mit.edu>
Cc: mesa-stable@lists.freedesktop.org
(cherry picked from commit 33f0d113)
parent a27d03dd
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment