[Piglit] [PATCH 2/7] all.py: Add arb_separate_shader_object-compat-builtins

2015-12-23 Thread baker . dylan . c
From: Dylan Baker cc: Kenneth Graunke Signed-off-by: Dylan Baker --- tests/all.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/all.py b/tests/all.py index 08c7b87..723778a 100644 --- a/tests/all.py +++

[Piglit] [NOMERGE 1/7] utils/check.py: a small utility for checking missing tests.

2015-12-23 Thread baker . dylan . c
From: Dylan Baker This adds a utility that parses all.py and then checks the binaries in bin/ to see which ones are called. A JSON file called "check_ignore.json" is provided to whitelist binaries that shouldn't be in all.py for some reason Future TODO: - Add support

[Piglit] [PATCH 4/7] all.py: add arb_framebuffer_srgb-srgb_conformance

2015-12-23 Thread baker . dylan . c
From: Dylan Baker This wasn't added to all.py. cc: Roland Scheidegger Signed-off-by: Dylan Baker --- tests/all.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/all.py b/tests/all.py index dce7456..f2cd6ae

[Piglit] [PATCH 6/7] all.py: add separate_shader_object_rendezvous_by_location-3-stages

2015-12-23 Thread baker . dylan . c
From: Dylan Baker cc: Kenneth Graunke Signed-off-by: Dylan Baker --- tests/all.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/all.py b/tests/all.py index e4d970c..08e3892 100644 --- a/tests/all.py +++

[Piglit] [PATCH 5/7] all.py: Add ext_shader_samples-identical-simple-fs

2015-12-23 Thread baker . dylan . c
From: Dylan Baker cc: Ian Romanick Signed-off-by: Dylan Baker --- tests/all.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/all.py b/tests/all.py index f2cd6ae..e4d970c 100644 --- a/tests/all.py +++

[Piglit] [PATCH 3/7] all.py: Add arb_viewport_array-render-viewport-2

2015-12-23 Thread baker . dylan . c
From: Dylan Baker This was never added in the initial commit. cc: Brian Paul cc: Jon Ashburn Signed-off-by: Dylan Baker --- tests/all.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/all.py