Skip to content

nir: Add NIR debug passes and MESA_NIR_DBG env variable to enable them

Danylo Piliaiev requested to merge GL/mesa:feature/nir-dbg-passes into master

The idea is to have a collection of NIR passes which would help in debugging of common issues with shaders.

Passes:

CC: @jekstrand

Merge request reports