Re: [Mesa-dev] [PATCH 18/18] travis: meson: port gallium build combinations over

2019-01-02 Thread Eric Engestrom
On Monday, 2018-12-17 11:37:05 -0800, Dylan Baker wrote: > Quoting Emil Velikov (2018-12-17 11:03:32) > > On Fri, 14 Dec 2018 at 17:53, Dylan Baker wrote: > > > > > > Quoting Emil Velikov (2018-12-13 08:06:07) > > > > From: Emil Velikov > > > > > > > > This commit adds a number of build combos:

Re: [Mesa-dev] [PATCH 18/18] travis: meson: port gallium build combinations over

2018-12-17 Thread Dylan Baker
Quoting Emil Velikov (2018-12-17 11:03:32) > On Fri, 14 Dec 2018 at 17:53, Dylan Baker wrote: > > > > Quoting Emil Velikov (2018-12-13 08:06:07) > > > From: Emil Velikov > > > > > > This commit adds a number of build combos: > > > > > > - Gallium Drivers {SWR, RadeonSI, Others) > > > Each one

Re: [Mesa-dev] [PATCH 18/18] travis: meson: port gallium build combinations over

2018-12-17 Thread Emil Velikov
On Fri, 14 Dec 2018 at 17:53, Dylan Baker wrote: > > Quoting Emil Velikov (2018-12-13 08:06:07) > > From: Emil Velikov > > > > This commit adds a number of build combos: > > > > - Gallium Drivers {SWR, RadeonSI, Others) > > Each one has different LLVM requirements. Building SWR alone is twice >

Re: [Mesa-dev] [PATCH 18/18] travis: meson: port gallium build combinations over

2018-12-14 Thread Dylan Baker
Quoting Emil Velikov (2018-12-13 08:06:07) > From: Emil Velikov > > This commit adds a number of build combos: > > - Gallium Drivers {SWR, RadeonSI, Others) > Each one has different LLVM requirements. Building SWR alone is twice > as slow as all other drivers combined. > > - Gallium ST

[Mesa-dev] [PATCH 18/18] travis: meson: port gallium build combinations over

2018-12-13 Thread Emil Velikov
From: Emil Velikov This commit adds a number of build combos: - Gallium Drivers {SWR, RadeonSI, Others) Each one has different LLVM requirements. Building SWR alone is twice as slow as all other drivers combined. - Gallium ST Clover LLVM {5,6,7} Because C++ API changes all the time.