Skip to content

nir_to_tgsi: Respect PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED.

Emma Anholt requested to merge anholt/mesa:ntt-sqrt into master

If the driver can't do it, we shouldn't be putting it in the TGSI, regardless of what the NIR compiler above us decided.

Merge request reports