Skip to content

tgsi-to-nir: initialize NIR_DEBUG envvar

Juan A. Suárez requested to merge jasuarez/mesa:review/fix-nir-debug into main

This envvar is initialized when creating a NIR shader, but we need to initialize it also when translating TGSI to NIR, before creating the NIR shader.

Fixes: f77ccdfb ("nir: add NIR_DEBUG envvar")

Merge request reports