Re: [Mesa-dev] [PATCH 1/8] swr/rast: Split backend.cpp to improve compile time

2017-06-29 Thread Rowley, Timothy O
> On Jun 28, 2017, at 3:56 AM, Emil Velikov wrote: > > On 26 June 2017 at 17:14, Rowley, Timothy O > wrote: >> >> On Jun 26, 2017, at 7:57 AM, Emil Velikov wrote: > +.INTERMEDIATE: backend.intermediate >>> I have limited experience with .INTERMEDIATE and it didn't seem to >>> bri

Re: [Mesa-dev] [PATCH 1/8] swr/rast: Split backend.cpp to improve compile time

2017-06-28 Thread Emil Velikov
On 26 June 2017 at 17:14, Rowley, Timothy O wrote: > > On Jun 26, 2017, at 7:57 AM, Emil Velikov wrote: >>> +.INTERMEDIATE: backend.intermediate >>> >> I have limited experience with .INTERMEDIATE and it didn't seem to >> bring single/incremental build times improvements. >> Have you seen any on

Re: [Mesa-dev] [PATCH 1/8] swr/rast: Split backend.cpp to improve compile time

2017-06-26 Thread Rowley, Timothy O
On Jun 26, 2017, at 7:57 AM, Emil Velikov mailto:emil.l.veli...@gmail.com>> wrote: Hi Tim, On 22 June 2017 at 22:13, Tim Rowley mailto:timothy.o.row...@intel.com>> wrote: Hardcode split to four files currently. Decreases swr build time on a quad-core by ~10%. --- src/gallium/drivers/swr/Makef

Re: [Mesa-dev] [PATCH 1/8] swr/rast: Split backend.cpp to improve compile time

2017-06-26 Thread Emil Velikov
Hi Tim, On 22 June 2017 at 22:13, Tim Rowley wrote: > Hardcode split to four files currently. Decreases swr build > time on a quad-core by ~10%. > --- > src/gallium/drivers/swr/Makefile.am| 26 +- > src/gallium/drivers/swr/Makefile.sources |4 + > src/gallium/dri