Re: [Mesa-dev] [PATCH v2] glsl: enable conservative depth, ssbo based on GLSL version

2015-07-26 Thread Samuel Iglesias Gonsálvez
Reviewed-by: Samuel Iglesias Gonsálvez Sam On 25/07/15 07:06, Ilia Mirkin wrote: > Add in missed version checks in the GLSL parser > > Signed-off-by: Ilia Mirkin > --- > > v1 -> v2: drop AoA hunks to avoid conflicting with Timothy's changes > > src/glsl/glsl_parser.yy | 5 +++-- > 1 file ch

Re: [Mesa-dev] [PATCH v2] glsl: enable conservative depth, ssbo based on GLSL version

2015-07-24 Thread Timothy Arceri
On Sat, 2015-07-25 at 01:06 -0400, Ilia Mirkin wrote: > Add in missed version checks in the GLSL parser > > Signed-off-by: Ilia Mirkin > --- > > v1 -> v2: drop AoA hunks to avoid conflicting with Timothy's changes > > src/glsl/glsl_parser.yy | 5 +++-- > 1 file changed, 3 insertions(+), 2 dele

[Mesa-dev] [PATCH v2] glsl: enable conservative depth, ssbo based on GLSL version

2015-07-24 Thread Ilia Mirkin
Add in missed version checks in the GLSL parser Signed-off-by: Ilia Mirkin --- v1 -> v2: drop AoA hunks to avoid conflicting with Timothy's changes src/glsl/glsl_parser.yy | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/glsl/glsl_parser.yy b/src/glsl/glsl_parser.yy