mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-22 06:20:22 +01:00
nir/shader_bisect: Fix C code printing after review feedback changes.
When I added in the printed-shader and env var value both being tracked in shaders[], it broke the C printing. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38760>
This commit is contained in:
parent
fd6489c026
commit
4287bb761e
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ def bisect(args):
|
|||
for shader in bad:
|
||||
print(f"Bisected to source_blake3 {shader}")
|
||||
print(
|
||||
f"You can now replace nir_shader_bisect_select() with _mesa_printed_blake3_equal(s->info.source_blake3, (uint32_t[]){shader})")
|
||||
f"You can now replace nir_shader_bisect_select() with _mesa_printed_blake3_equal(s->info.source_blake3, (uint32_t[]){shader[0]})")
|
||||
exit(0)
|
||||
else:
|
||||
num = len(bad)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue