Files
mesa/src/intel/compiler
Sushma Venkatesh Reddy 6d226ceca1 intel/compiler: Call brw_try_override_assembly independent of debug flag
Previously, brw_try_override_assembly was only called when a debug flag was
enabled. However, during investigations involving workloads such as Steam
games, enabling the debug flag results in excessive NIR and ISA output to
stderr, making debugging more difficult.

This change ensures that brw_try_override_assembly is called when the
INTEL_SHADER_ASM_READ_PATH is set, regardless of the debug flag. This
improves usability in scenarios where minimal debug output is desired.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35115>
2025-05-22 21:45:38 +00:00
..
2025-04-04 23:07:21 +00:00
2025-03-25 01:40:02 +00:00
2025-02-26 15:19:53 +00:00
2025-01-25 03:28:07 +00:00
2025-03-25 05:23:37 +00:00