[Piglit] [PATCH 2/2] ARB_tessellation_shader: test gl_*Color built-ins with tessellation shaders

2018-05-27 Thread Timothy Arceri
--- tests/spec/gl-2.0/vertex-program-two-side.c | 157 ++-- 1 file changed, 147 insertions(+), 10 deletions(-) diff --git a/tests/spec/gl-2.0/vertex-program-two-side.c b/tests/spec/gl-2.0/vertex-program-two-side.c index c53668124..a659e521b 100644 --- a/tests/spec/gl-2.0/vertex-p

[Piglit] [PATCH 1/2] piglit-util-gl: add support for using patches with fixed function attributes

2018-05-27 Thread Timothy Arceri
--- tests/util/piglit-util-gl.c | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/tests/util/piglit-util-gl.c b/tests/util/piglit-util-gl.c index 2443be03e..ebd57d77b 100644 --- a/tests/util/piglit-util-gl.c +++ b/tests/util/piglit-util-gl.c @@ -684,10 +684,