Re: [Mesa-dev] [PATCH 0/9] Remove duplicated src/compiler/*/Makefile.sources

2016-04-05 Thread Emil Velikov
On 5 April 2016 at 18:47, Jason Ekstrand wrote: > On Tue, Apr 5, 2016 at 9:49 AM, Emil Velikov > wrote: >> >> Hi all, >> >> I believe the title says it all. Additionally there are a couple of nice >> fixes (patches 1, 4 and 9) and a few possibly controversial changes in - >> patches 6, 7 and 8. T

Re: [Mesa-dev] [PATCH 0/9] Remove duplicated src/compiler/*/Makefile.sources

2016-04-05 Thread Jason Ekstrand
On Tue, Apr 5, 2016 at 9:49 AM, Emil Velikov wrote: > Hi all, > > I believe the title says it all. Additionally there are a couple of nice > fixes (patches 1, 4 and 9) and a few possibly controversial changes in - > patches 6, 7 and 8. The later split the contents of the Makefiles > preserving th

[Mesa-dev] [PATCH 0/9] Remove duplicated src/compiler/*/Makefile.sources

2016-04-05 Thread Emil Velikov
Hi all, I believe the title says it all. Additionally there are a couple of nice fixes (patches 1, 4 and 9) and a few possibly controversial changes in - patches 6, 7 and 8. The later split the contents of the Makefiles preserving the parallelism. -Emil ___