Re: [Mesa-dev] [PATCH 8/8] radeonsi: add radeonsi_sync_compile option

2019-04-24 Thread Marek Olšák
For patches 2 - 8: Reviewed-by: Marek Olšák Marek On Wed, Apr 24, 2019 at 9:15 AM Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Force the driver thread to sync immediately with a compiler thread (but > compilation still happens in a separate thread). > > This can be useful to simplify

[Mesa-dev] [PATCH 8/8] radeonsi: add radeonsi_sync_compile option

2019-04-24 Thread Nicolai Hähnle
From: Nicolai Hähnle Force the driver thread to sync immediately with a compiler thread (but compilation still happens in a separate thread). This can be useful to simplify debugging compiler issues. --- src/gallium/drivers/radeonsi/si_debug_options.inc | 1 +