Skip to content

ir3: Suppress disasm of internal shaders unless IR3_SHADER_DEBUG=internal.

Emma Anholt requested to merge anholt/mesa:ir3-internal into main

When you're debugging some deqp test or app, it's irritating to page through 8 MRT clear shaders in turnip to get to what you're looking for. Use the info.internal flag to suppress those shaders. (but if you want to IR3_SHADER_DEBUG=internal, then yeah, print them all).

Merge request reports