From 09a71809e06b268df11b5058e59b9f8ace91df3b Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Mon, 11 May 2026 15:54:15 -0700 Subject: [PATCH] ir3: Give some feedback as we shader bisect. After 5 'bad's in a row, I became suspicious. Part-of: --- src/freedreno/ir3/ir3_shader_bisect.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/freedreno/ir3/ir3_shader_bisect.py b/src/freedreno/ir3/ir3_shader_bisect.py index fcb68062c20..bdec2239f22 100644 --- a/src/freedreno/ir3/ir3_shader_bisect.py +++ b/src/freedreno/ir3/ir3_shader_bisect.py @@ -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():