Re: [Mesa-dev] [PATCH] glsl: split out libstandalone

2016-05-25 Thread Emil Velikov
On 25 May 2016 at 00:39, Rob Clark wrote: > From: Rob Clark > > Split standalone glsl_compiler into a libstandalone.la and a thin > main.cpp. This way drivers can re-use the glsl standalone frontend in > their own standalone compilers. > > Signed-off-by: Rob Clark > --- > v2: fix scons build an

Re: [Mesa-dev] [PATCH] glsl: split out libstandalone

2016-05-25 Thread Rob Clark
On Wed, May 25, 2016 at 8:51 AM, Emil Velikov wrote: > On 25 May 2016 at 13:43, Rob Clark wrote: >> On Wed, May 25, 2016 at 8:23 AM, Rob Herring wrote: >>> On Tue, May 24, 2016 at 6:39 PM, Rob Clark wrote: From: Rob Clark Split standalone glsl_compiler into a libstandalone.la an

Re: [Mesa-dev] [PATCH] glsl: split out libstandalone

2016-05-25 Thread Emil Velikov
On 25 May 2016 at 13:43, Rob Clark wrote: > On Wed, May 25, 2016 at 8:23 AM, Rob Herring wrote: >> On Tue, May 24, 2016 at 6:39 PM, Rob Clark wrote: >>> From: Rob Clark >>> >>> Split standalone glsl_compiler into a libstandalone.la and a thin >>> main.cpp. This way drivers can re-use the glsl

Re: [Mesa-dev] [PATCH] glsl: split out libstandalone

2016-05-25 Thread Rob Clark
On Wed, May 25, 2016 at 8:23 AM, Rob Herring wrote: > On Tue, May 24, 2016 at 6:39 PM, Rob Clark wrote: >> From: Rob Clark >> >> Split standalone glsl_compiler into a libstandalone.la and a thin >> main.cpp. This way drivers can re-use the glsl standalone frontend in >> their own standalone com

Re: [Mesa-dev] [PATCH] glsl: split out libstandalone

2016-05-25 Thread Rob Herring
On Tue, May 24, 2016 at 6:39 PM, Rob Clark wrote: > From: Rob Clark > > Split standalone glsl_compiler into a libstandalone.la and a thin > main.cpp. This way drivers can re-use the glsl standalone frontend in > their own standalone compilers. > > Signed-off-by: Rob Clark > --- > v2: fix scons

[Mesa-dev] [PATCH] glsl: split out libstandalone

2016-05-24 Thread Rob Clark
From: Rob Clark Split standalone glsl_compiler into a libstandalone.la and a thin main.cpp. This way drivers can re-use the glsl standalone frontend in their own standalone compilers. Signed-off-by: Rob Clark --- v2: fix scons build and fix automake hack src/compiler/Makefile.glsl.am| 1