[Mesa-dev] [PATCH 8/9] nir: move to compiler

Emil Velikov emil.l.velikov at gmail.com
Fri Nov 27 06:50:21 PST 2015


On 25 November 2015 at 22:01, Matt Turner <mattst88 at gmail.com> wrote:
> On Wed, Nov 25, 2015 at 1:32 PM, Emil Velikov <emil.l.velikov at gmail.com> wrote:

>> --- a/src/Makefile.am
>> +++ b/src/Makefile.am
>> @@ -23,6 +23,7 @@ SUBDIRS = . gtest util mapi/glapi/gen mapi
>>
>>  # XXX: conditionally include
>>  SUBDIRS += compiler
>> +SUBDIRS += compiler/nir
>
> We have a non-recursive build in src/glsl today. I don't want to go backwards.
Not sure I fully get that can you elaborate ? Are you concerned that
things won't build in parallel, increasing the compilation times ?

On my dual core system running with -j2 results in approx 15 seconds
increase. I'm willing to take that trade off for the improved
readability. What is the difference on your system ?

Thanks
Emil


More information about the mesa-dev mailing list