Skip to content

spirv: Add MESA_SPIRV_DEBUG

Caio Oliveira requested to merge cmarcelo/mesa:spirv-debug-using-util-debug into main

The environment variable works the same way as NIR_DEBUG.

I plan to use this to add an option to output more details in the structured control flow parsing -- which is more convenient than having the static cfg_debug variable in the structured cfg file.

Edited by Caio Oliveira

Merge request reports