Skip to content

etnaviv: isa: Do src swizzle with isaspec

Christian Gmeiner requested to merge austriancoder/mesa:isaspec-src-swizzle into main

What does this MR do and why?

etnaviv: isa: Do src swizzle with isaspec

Remove this logic from the gallium driver and just use the src's as
provided by nir. The special cases, where there is no 1:1 mapping, do
still exist.

Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com>

CI is happy.

Merge request reports