Re: [Mesa-dev] [PATCH] radeonsi/nir: move si_lower_nir() call into compiler thread

2019-02-27 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Tue, Feb 26, 2019 at 10:30 PM Timothy Arceri wrote: > This helps improve compile times. For example the shader-db dolphin > shader shaders/dolphin/ubershaders/120.shader_test goes from > ~1.69 -> ~1.57 seconds on my machine with this change. > --- > src/galli

[Mesa-dev] [PATCH] radeonsi/nir: move si_lower_nir() call into compiler thread

2019-02-26 Thread Timothy Arceri
This helps improve compile times. For example the shader-db dolphin shader shaders/dolphin/ubershaders/120.shader_test goes from ~1.69 -> ~1.57 seconds on my machine with this change. --- src/gallium/drivers/radeonsi/si_state_shaders.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) di