Skip to content

nir: Don't replace the whole shader in NIR_TEST_*

Faith Ekstrand requested to merge gfxstrand/mesa:review/nir-test-fix into master

Instead, we replace everything except the nir_shader itself which we leave in place. This makes the NIR_TEST_* variables work with gallium drivers.

Merge request reports