Skip to content

v3d: re-enable GLSL loop unrolling

Iago Toral requested to merge itoral/mesa:v3d_fix_unrolling_ra_regresions into main

Disabling it that made us start to fail register allocation for a few tests. Re-enable it until we figure out what is causing that.

Fixes: ca9e0871 ('v3d: enable NIR loop unrolling')

Merge request reports