Skip to content

nouveau/nir: Allow up to 6 nested joins

M Henning requested to merge mhenning/mesa:nir_join_depth into main

This matches what the tgsi path does and doesn't regress any tests. (For comparison, unlimited join nesting does regress tests in deqp and piglit)

Fixes graphical artifacts from stack overflows in https://www.shadertoy.com/view/Xds3zN with nir on kepler

Merge request reports