Re: [Mesa-dev] [PATCH] scons: Build NIR.

2016-04-13 Thread Emil Velikov
On 13 April 2016 at 04:21, Rob Clark wrote: > On Mon, Apr 11, 2016 at 8:50 AM, Emil Velikov > wrote: >> On 10 April 2016 at 00:19, Rob Clark wrote: >>> On Sat, Apr 9, 2016 at 7:16 PM, Rob Clark wrote: From: Jose Fonseca Signed-off-by: Rob Clark --- >>> >>> I should have a

Re: [Mesa-dev] [PATCH] scons: Build NIR.

2016-04-12 Thread Rob Clark
On Mon, Apr 11, 2016 at 8:50 AM, Emil Velikov wrote: > On 10 April 2016 at 00:19, Rob Clark wrote: >> On Sat, Apr 9, 2016 at 7:16 PM, Rob Clark wrote: >>> From: Jose Fonseca >>> >>> Signed-off-by: Rob Clark >>> --- >> >> I should have added that this was originally Jose's patch and I >> rebase

Re: [Mesa-dev] [PATCH] scons: Build NIR.

2016-04-11 Thread Emil Velikov
On 10 April 2016 at 00:19, Rob Clark wrote: > On Sat, Apr 9, 2016 at 7:16 PM, Rob Clark wrote: >> From: Jose Fonseca >> >> Signed-off-by: Rob Clark >> --- > > I should have added that this was originally Jose's patch and I > rebased on the src/compiler move.. > > he had additional patches to ma

Re: [Mesa-dev] [PATCH] scons: Build NIR.

2016-04-09 Thread Rob Clark
On Sat, Apr 9, 2016 at 7:16 PM, Rob Clark wrote: > From: Jose Fonseca > > Signed-off-by: Rob Clark > --- I should have added that this was originally Jose's patch and I rebased on the src/compiler move.. he had additional patches to make NIR build w/ MSVC, but this is enough (with one addition

[Mesa-dev] [PATCH] scons: Build NIR.

2016-04-09 Thread Rob Clark
From: Jose Fonseca Signed-off-by: Rob Clark --- src/compiler/SConscript | 57 +++-- 1 file changed, 55 insertions(+), 2 deletions(-) diff --git a/src/compiler/SConscript b/src/compiler/SConscript index 8d71b82..8a0823e 100644 --- a/src/compiler/SCons

Re: [Mesa-dev] [PATCH] scons: Build nir/glsl_types.cpp once.

2015-10-19 Thread Brian Paul
On 10/19/2015 08:01 AM, Jose Fonseca wrote: Undoes early hacks, and ensures nir/glsl_types.cpp is built once, and only once. The root problem is that SCons doesn't know about NIR nor any source file in the NIR_FILES source list. Tested with libgl-gdi and libgl-xlib scons targets. --- src/gall

[Mesa-dev] [PATCH] scons: Build nir/glsl_types.cpp once.

2015-10-19 Thread Jose Fonseca
Undoes early hacks, and ensures nir/glsl_types.cpp is built once, and only once. The root problem is that SCons doesn't know about NIR nor any source file in the NIR_FILES source list. Tested with libgl-gdi and libgl-xlib scons targets. --- src/gallium/targets/libgl-gdi/SConscript | 10