Skip to content

nir_to_tgsi: Set the TGSI Precise flag for exact ALU instructions.

Emma Anholt requested to merge anholt/mesa:ntt-insn-precise into main

This flag is used by the nv50, r600, and svga backends for instruction exactness. It was easier to plumb it in as an override in tgsi_ureg than to make all of ALU instruction emit do it.

@gerddie may be interested having been looking at this area

Merge request reports