Skip to content

func.shader: add tests for undefined dual-source blend outputs

nir_opt_undef will eliminate outputs if undef is written to them. This can cause problems.

Adds func.shader.dualsrc_mrt0_undef and func.shader.dualsrc_mrt1_undef.

Merge request reports