Re: [Mesa-dev] [PATCH] glcpp: Only expose ARB_enhanced_layouts if it's supported.

2016-06-17 Thread Dylan Baker
Quoting Jason Ekstrand (2016-06-17 11:15:54) > > On Jun 17, 2016 11:07 AM, "Dylan Baker" wrote: > > > > Quoting Ian Romanick (2016-06-16 20:07:14) > > > This patch is > > > > > > Reviewed-by: Ian Romanick > > > > > > On 06/16/2016 06:15 PM, Dylan Baker wrote: > > > > This fixes the following pig

Re: [Mesa-dev] [PATCH] glcpp: Only expose ARB_enhanced_layouts if it's supported.

2016-06-17 Thread Jason Ekstrand
On Jun 17, 2016 11:07 AM, "Dylan Baker" wrote: > > Quoting Ian Romanick (2016-06-16 20:07:14) > > This patch is > > > > Reviewed-by: Ian Romanick > > > > On 06/16/2016 06:15 PM, Dylan Baker wrote: > > > This fixes the following piglit tests: > > > spec/arb_enhanced_layouts/preprocessor/disabled-d

Re: [Mesa-dev] [PATCH] glcpp: Only expose ARB_enhanced_layouts if it's supported.

2016-06-17 Thread Dylan Baker
Quoting Ian Romanick (2016-06-16 20:07:14) > This patch is > > Reviewed-by: Ian Romanick > > On 06/16/2016 06:15 PM, Dylan Baker wrote: > > This fixes the following piglit tests: > > spec/arb_enhanced_layouts/preprocessor/disabled-defined-core.* > > > > Signed-off-by: Dylan Baker > > --- > >

Re: [Mesa-dev] [PATCH] glcpp: Only expose ARB_enhanced_layouts if it's supported.

2016-06-16 Thread Ian Romanick
This patch is Reviewed-by: Ian Romanick On 06/16/2016 06:15 PM, Dylan Baker wrote: > This fixes the following piglit tests: > spec/arb_enhanced_layouts/preprocessor/disabled-defined-core.* > > Signed-off-by: Dylan Baker > --- > src/compiler/glsl/glcpp/glcpp-parse.y | 4 +++- > 1 file changed,

[Mesa-dev] [PATCH] glcpp: Only expose ARB_enhanced_layouts if it's supported.

2016-06-16 Thread Dylan Baker
This fixes the following piglit tests: spec/arb_enhanced_layouts/preprocessor/disabled-defined-core.* Signed-off-by: Dylan Baker --- src/compiler/glsl/glcpp/glcpp-parse.y | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/compiler/glsl/glcpp/glcpp-parse.y b/src/compiler/