[Piglit] [PATCH] arb_provoking_vertex: Test flat shading with clipped geometry

2018-06-13 Thread danylo . piliaiev
From: Danylo Piliaiev Clipper can mess up provoking vertex. Ref: https://bugs.freedesktop.org/show_bug.cgi?id=103047 Signed-off-by: Danylo Piliaiev --- tests/opengl.py| 1 + tests/spec/arb_provoking_vertex/CMakeLists.gl.txt | 1 + .../clipped-geometry-fla

Re: [Piglit] [PATCH] arb_provoking_vertex: Test flat shading with clipped geometry

2018-06-13 Thread Jason Ekstrand
Thanks for writing a test! On Wed, Jun 13, 2018 at 3:54 AM, wrote: > From: Danylo Piliaiev > > Clipper can mess up provoking vertex. > Ref: https://bugs.freedesktop.org/show_bug.cgi?id=103047 > > Signed-off-by: Danylo Piliaiev > --- > tests/opengl.py| 1 +

[Piglit] [PATCH] glsl-4.60: backdate semicolon test to run from glsl 1.10

2018-06-13 Thread Dave Airlie
From: Dave Airlie Since this was a bug fix and real world apps have the old behaviour --- .../glsl-4.60/compiler/extra-semilons-at-global-scope.frag | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/spec/glsl-4.60/compiler/extra-semilons-at-global-scope.frag b/tes

Re: [Piglit] [PATCH] glsl-4.60: backdate semicolon test to run from glsl 1.10

2018-06-13 Thread Timothy Arceri
Reviewed-by: Timothy Arceri On 14/06/18 10:24, Dave Airlie wrote: From: Dave Airlie Since this was a bug fix and real world apps have the old behaviour --- .../glsl-4.60/compiler/extra-semilons-at-global-scope.frag | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/