mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-03 13:18:17 +02:00
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:
parent
29fe132395
commit
09a71809e0
1 changed files with 1 additions and 0 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue