Skip to content

radeonsi: improve NIR_DEBUG support

Small changes that make NIR shader debugging easier.

The point is to get this in nir_viewer:

image

(GLSL11 is the "original" shader, GLSL11-xxxxxxxx are the ones produced by si_get_nir_shader based on the original GLSL11)

Merge request reports