Skip to content

nir/serialize: Put dest last in packed_instr::tex

Boris Brezillon requested to merge bbrezillon/mesa:nir-serialize-tex-fix into main

packed_instr::tex::dest must be last to match the packed_instr::any::dest position.

Fixes: 35655865 ("nir/serialize: pack instructions better") Cc: stable

Merge request reports