Skip to content

gallivm/nir: zero init register allocations

Dave Airlie requested to merge airlied/mesa:gallivm-mask-reg-load into master

This fixes a crash running gtk4 gtk-demo reported via gtk gitlab.

Otherwise you end up with very random values in the code, that can then cause subsequent issues.

Fixes: 44a6b010 ("gallivm: add nir->llvm translation (v2)")

Edited by Dave Airlie

Merge request reports