ir3: Give some feedback as we shader bisect.

After 5 'bad's in a row, I became suspicious.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41665>
This commit is contained in:
Emma Anholt 2026-05-11 15:54:15 -07:00 committed by Marge Bot
parent 29fe132395
commit 09a71809e0

View file

@ -39,6 +39,7 @@ def bisect(args):
'IR3_SHADER_BISECT_LO': str(lo),
'IR3_SHADER_BISECT_HI': str(hi)
}
print(f'Bisecting between {lo} and {hi} ({len(ids)} shaders remaining)')
run(args.cmd, extra_env)
if was_good():