Re: [Piglit] [PATCH 1/3] piglit-run: add back -c0

2013-09-17 Thread Dylan Baker
On Monday 16 September 2013 20:08:33 Marek Olšák wrote: --- piglit-run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piglit-run.py b/piglit-run.py index e8e11b7..7945b21 100755 --- a/piglit-run.py +++ b/piglit-run.py @@ -62,7 +62,7 @@ def main():

Re: [Piglit] [PATCH 2/3] Merge quick-driver.tests to quick.tests

2013-09-17 Thread Dylan Baker
On Monday 16 September 2013 20:08:34 Marek Olšák wrote: --- tests/quick-driver.tests | 14 -- tests/quick.tests| 6 ++ 2 files changed, 6 insertions(+), 14 deletions(-) delete mode 100644 tests/quick-driver.tests diff --git a/tests/quick-driver.tests

[Piglit] [PATCH 2/2] framework: Disable mesa's GL API error logging by default.

2013-09-17 Thread Eric Anholt
Otherwise you'd approximately never terminate a run with khronos's testsuite included in the run. If you were lucky. --- framework/core.py | 9 + 1 file changed, 9 insertions(+) diff --git a/framework/core.py b/framework/core.py index 14d0119..1e3012b 100644 --- a/framework/core.py +++

Re: [Piglit] [PATCH V3] util: Add multiple shader version of piglit_build_simple_program functions

2013-09-17 Thread Chad Versace
On 09/11/2013 11:23 AM, Jacob Penner wrote: Add piglit_link_simple_program_multiple_shader() Add piglit_build_simple_program_multiple_shader_v() Add piglit_build_simple_program_multiple_shader() Add piglit_build_simple_program_unlinked_multiple_shader() In the actual patch, some function names

Re: [Piglit] [PATCH 3/3 V2] GL 3.2: Test layered framebuffers clear the depth attachment properly.

2013-09-17 Thread Chad Versace
On 09/17/2013 10:59 AM, Paul Berry wrote: On 14 September 2013 09:25, Henri Verbeet hverb...@gmail.com mailto:hverb...@gmail.com wrote: On 13 September 2013 23:40, Paul Berry stereotype...@gmail.com mailto:stereotype...@gmail.com wrote: Looking at the specs yesterday, I *thought*

Re: [Piglit] [PATCH 3/3 V2] GL 3.2: Test layered framebuffers clear the depth attachment properly.

2013-09-17 Thread Paul Berry
On 14 September 2013 09:25, Henri Verbeet hverb...@gmail.com wrote: On 13 September 2013 23:40, Paul Berry stereotype...@gmail.com wrote: Looking at the specs yesterday, I *thought* the call is necessary in order to ensure framebuffer completeness, since there's no color attachment to the

Re: [Piglit] [PATCH] oes_matrix_get: Add basic test for GL_OES_matrix_get

2013-09-17 Thread Chad Versace
On 09/10/2013 01:46 PM, Ian Romanick wrote: From: Ian Romanick ian.d.roman...@intel.com This is an OpenGL ES 1.x extension that Mesa has advertised for quite some time. However, it appears that there is *no* code in Mesa to back that up! This test currently fails in all versions of Mesa.

Re: [Piglit] [PATCH 1/2] framework: When a test fails, try it again to see if it's consistent.

2013-09-17 Thread Chad Versace
Series is Reviewed-by: Chad Versace chad.vers...@linux.intel.com I tested the unstable patch with `./piglit-run.py -t fbo-sys -t front -t timer`, and the html summary looks good to me. ___ Piglit mailing list Piglit@lists.freedesktop.org

Re: [Piglit] [PATCH 2/2] framework: Disable mesa's GL API error logging by default.

2013-09-17 Thread Dylan Baker
On Tuesday 17 September 2013 10:54:01 Eric Anholt wrote: Otherwise you'd approximately never terminate a run with khronos's testsuite included in the run. If you were lucky. --- framework/core.py | 9 + 1 file changed, 9 insertions(+) diff --git a/framework/core.py

Re: [Piglit] [PATCH 1/2] framework: When a test fails, try it again to see if it's consistent.

2013-09-17 Thread Dylan Baker
On Tuesday 17 September 2013 10:54:00 Eric Anholt wrote: Drivers often have some small set of testcases that sometimes fail due to no fault of the patchset being tested. Learning what set of testcases is unstable and thus doesn't need to be investigated per patchset is an overhead for new

[Piglit] [PATCH 1/3 v2] GS: Test that geometry ins/outs can have flat/smooth/noperspective qualifiers

2013-09-17 Thread Nicholas Mack
v2: Modify test to also test for correct interpolation of data being passed --- .../gs-also-uses-smooth-flat-noperspective.geom| 25 ++ ...also-uses-smooth-flat-noperspective.shader_test | 95 ++ 2 files changed, 120 insertions(+) create mode 100644

[Piglit] [PATCH 1/3] GL 3.2: Test gl_Layer when unassigned or no geometry shader

2013-09-17 Thread Jacob Penner
--- tests/all.tests| 1 + .../gl-3.2/layered-rendering/CMakeLists.gl.txt | 1 + tests/spec/gl-3.2/layered-rendering/gl-layer.c | 208 + 3 files changed, 210 insertions(+) create mode 100644

[Piglit] [PATCH 2/3] GL 3.2: Test gl_Layer with non layered texture.

2013-09-17 Thread Jacob Penner
--- tests/all.tests| 1 + .../gl-3.2/layered-rendering/CMakeLists.gl.txt | 1 + .../layered-rendering/gl-layer-not-layered.c | 149 + 3 files changed, 151 insertions(+) create mode 100644

Re: [Piglit] [PATCH 2/3] Merge quick-driver.tests to quick.tests

2013-09-17 Thread Dylan Baker
On Tuesday 17 September 2013 23:57:02 Marek Olšák wrote: Yes. I added quick-driver.tests. I was making changes to it. Now I'm removing it. The difference between the two is 5 tests, which is pretty much nothing. Marek On Tue, Sep 17, 2013 at 5:46 PM, Dylan Baker baker.dyla...@gmail.com

[Piglit] [PATCH 3/3] GL 3.2: Test gl_Layer maps to correct cube map face.

2013-09-17 Thread Jacob Penner
--- tests/all.tests| 1 + .../gl-3.2/layered-rendering/CMakeLists.gl.txt | 1 + .../gl-3.2/layered-rendering/gl-layer-cube-map.c | 188 + 3 files changed, 190 insertions(+) create mode 100644

Re: [Piglit] [PATCH 3/3] Optionally capture dmesg changes for each test and report them in a summary

2013-09-17 Thread Dylan Baker
On Wednesday 18 September 2013 00:48:45 Marek Olšák wrote: On Tue, Sep 17, 2013 at 6:43 PM, Dylan Baker baker.dyla...@gmail.com wrote: On Monday 16 September 2013 20:08:35 Marek Olšák wrote: The Radeon driver writes GPU page faults to dmesg and we need to know which test caused them.

[Piglit] [PATCH] GS: Test that EndPrimitive() is optional for geometry output layout of points

2013-09-17 Thread Nicholas Mack
--- tests/all.tests| 1 + .../glsl-1.50/execution/geometry/CMakeLists.gl.txt | 1 + ...ometry-end-primitive-optional-with-points-out.c | 161 + 3 files changed, 163 insertions(+) create mode 100644

Re: [Piglit] [PATCH 3/3] Optionally capture dmesg changes for each test and report them in a summary

2013-09-17 Thread Marek Olšák
On Wed, Sep 18, 2013 at 1:04 AM, Dylan Baker baker.dyla...@gmail.com wrote: On Wednesday 18 September 2013 00:48:45 Marek Olšák wrote: On Tue, Sep 17, 2013 at 6:43 PM, Dylan Baker baker.dyla...@gmail.com wrote: On Monday 16 September 2013 20:08:35 Marek Olšák wrote: The Radeon driver writes

Re: [Piglit] [PATCH 3/3] Optionally capture dmesg changes for each test and report them in a summary

2013-09-17 Thread Marek Olšák
On Tue, Sep 17, 2013 at 6:43 PM, Dylan Baker baker.dyla...@gmail.com wrote: On Monday 16 September 2013 20:08:35 Marek Olšák wrote: The Radeon driver writes GPU page faults to dmesg and we need to know which test caused them. If there is any change in dmesg during a test run, the test result