Files
mesa/src/amd
Konstantin Seurer d3ff76d27b radv: Synchronize shader dumping
When RADV_DEBUG=shaders is set, printing e.g. different NIR shaders from
different threads at the same time makes the output unreadable. Use a mutex
to synchronize shader dumping so that all shaders get printed in once piece.

Since we're writing everything to a file or terminal anyway, the
performance impact of forcing singlethreaded compilation is negligible.

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25215>
2024-08-19 12:29:59 +00:00
..
2024-08-16 21:44:32 +00:00
2024-08-15 09:01:26 +00:00
2024-08-16 21:44:32 +00:00
2024-08-08 15:26:07 +00:00
2024-08-19 12:29:59 +00:00