Re: [Mesa-dev] [PATCH 1/2] radeonsi: count compilations in si_compile_llvm

2015-12-18 Thread Marek Olšák
Reviewed-by: Marek Olšák On Thu, Dec 17, 2015 at 11:01 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > This changes the count slightly (because of si_generate_gs_copy_shader), but > this is only relevant for the driver-specific num-compilations query. It sets > the stage for the next commi

[Mesa-dev] [PATCH 1/2] radeonsi: count compilations in si_compile_llvm

2015-12-17 Thread Nicolai Hähnle
From: Nicolai Hähnle This changes the count slightly (because of si_generate_gs_copy_shader), but this is only relevant for the driver-specific num-compilations query. It sets the stage for the next commit. --- src/gallium/drivers/radeonsi/si_shader.c| 2 ++ src/gallium/drivers/radeonsi/