On 10/11/16 17:27, Kyriazis, George wrote:
-Original Message-
From: Emil Velikov [mailto:emil.l.veli...@gmail.com]
Sent: Thursday, November 10, 2016 8:14 AM
To: Kyriazis, George
Cc: ML mesa-dev
Subject: Re: [Mesa-dev] [PATCH v2 6/8] gallium: Enable swr driver
"gallium/ta
On 10 November 2016 at 20:42, Emil Velikov wrote:
> On 10 November 2016 at 20:18, Kyriazis, George
> wrote:
>> Emil,
>>
>> I've followed the approach of trying to localize the swr changes to where
>> they belong in order to avoid "polluting" upper-level files. If you're
>> talking about modify
On 10 November 2016 at 20:18, Kyriazis, George
wrote:
> Emil,
>
> I've followed the approach of trying to localize the swr changes to where
> they belong in order to avoid "polluting" upper-level files. If you're
> talking about modifying some of the files in the scons/ directory, I don't
> se
vember 10, 2016 12:13 PM
> To: Kyriazis, George
> Cc: ML mesa-dev
> Subject: Re: [Mesa-dev] [PATCH v2 6/8] gallium: Enable swr driver
>
> On 10 November 2016 at 17:27, Kyriazis, George
> wrote:
> >> -Original Message-
> >> From: Emil Velikov [mail
On 10 November 2016 at 17:27, Kyriazis, George
wrote:
>> -Original Message-
>> From: Emil Velikov [mailto:emil.l.veli...@gmail.com]
>> Sent: Thursday, November 10, 2016 8:14 AM
>> To: Kyriazis, George
>> Cc: ML mesa-dev
>> Subject: Re: [Mesa-dev
> -Original Message-
> From: Emil Velikov [mailto:emil.l.veli...@gmail.com]
> Sent: Thursday, November 10, 2016 8:14 AM
> To: Kyriazis, George
> Cc: ML mesa-dev
> Subject: Re: [Mesa-dev] [PATCH v2 6/8] gallium: Enable swr driver
>
> "gallium/targets: scon
"gallium/targets: scons: wire swr support for libgl-gdi/libgl-xlib/osmesa"
... or alike ?
> +import SCons.Script.SConscript
> +
> +if 'swr' in SCons.Script.ARGUMENTS and SCons.Script.ARGUMENTS['swr']:
With the "move this to top level" suggestion this will read roughly as
if env['swr']:
-Em
---
src/gallium/targets/libgl-gdi/SConscript | 6 ++
src/gallium/targets/libgl-xlib/SConscript | 6 ++
src/gallium/targets/osmesa/SConscript | 6 ++
3 files changed, 18 insertions(+)
diff --git a/src/gallium/targets/libgl-gdi/SConscript
b/src/gallium/targets/libgl-gdi/SConscript