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

2013-09-23 Thread Dylan Baker
On Monday, September 23, 2013 10:28:17 PM Marek Olšák wrote: Is there another, more readable way to emulate the ?: operator from C? I don't like adding unnecessary lines of code. Marek On Mon, Sep 23, 2013 at 10:23 PM, Dylan Baker baker.dyla...@gmail.com wrote: On Saturday, September

[Piglit] [PATCH] piglit-run: add -1 as an alternative to --no-concurrent

2013-09-23 Thread maraeo
From: Marek Olšák marek.ol...@amd.com --- piglit-run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piglit-run.py b/piglit-run.py index 7e99791..889d7e2 100755 --- a/piglit-run.py +++ b/piglit-run.py @@ -62,7 +62,7 @@ def main(): action = append,

Re: [Piglit] [PATCH] piglit-run: add -1 as an alternative to --no-concurrent

2013-09-23 Thread Dylan Baker
On Monday, September 23, 2013 11:12:50 PM mar...@gmail.com wrote: From: Marek Olšák marek.ol...@amd.com --- piglit-run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piglit-run.py b/piglit-run.py index 7e99791..889d7e2 100755 --- a/piglit-run.py +++

[Piglit] [PATCH 01/12] arb_gpu_shader5: Add uaddCarry fragment shader execution test.

2013-09-23 Thread Matt Turner
--- .../built-in-functions/fs-uaddCarry.shader_test| 55 ++ 1 file changed, 55 insertions(+) create mode 100644 tests/spec/arb_gpu_shader5/execution/built-in-functions/fs-uaddCarry.shader_test diff --git

[Piglit] [PATCH 02/12] arb_gpu_shader5: Test using only the addition from uaddCarry in the fs.

2013-09-23 Thread Matt Turner
--- .../fs-uaddCarry-only-add.shader_test | 52 ++ 1 file changed, 52 insertions(+) create mode 100644 tests/spec/arb_gpu_shader5/execution/built-in-functions/fs-uaddCarry-only-add.shader_test diff --git

[Piglit] [PATCH 03/12] arb_gpu_shader5: Test using only the carry from uaddCarry in the fs.

2013-09-23 Thread Matt Turner
--- .../fs-uaddCarry-only-carry.shader_test| 52 ++ 1 file changed, 52 insertions(+) create mode 100644 tests/spec/arb_gpu_shader5/execution/built-in-functions/fs-uaddCarry-only-carry.shader_test diff --git

[Piglit] [PATCH 04/12] arb_gpu_shader5: Add usubBorrow fragment shader execution test.

2013-09-23 Thread Matt Turner
--- .../built-in-functions/fs-usubBorrow.shader_test | 48 ++ 1 file changed, 48 insertions(+) create mode 100644 tests/spec/arb_gpu_shader5/execution/built-in-functions/fs-usubBorrow.shader_test diff --git

[Piglit] [PATCH 06/12] arb_gpu_shader5: Test using only the borrow from usubBorrow in the fs.

2013-09-23 Thread Matt Turner
--- .../fs-usubBorrow-only-borrow.shader_test | 46 ++ 1 file changed, 46 insertions(+) create mode 100644 tests/spec/arb_gpu_shader5/execution/built-in-functions/fs-usubBorrow-only-borrow.shader_test diff --git

[Piglit] [PATCH 05/12] arb_gpu_shader5: Test using only the subtraction from usubBorrow in the fs.

2013-09-23 Thread Matt Turner
--- .../fs-usubBorrow-only-sub.shader_test | 46 ++ 1 file changed, 46 insertions(+) create mode 100644 tests/spec/arb_gpu_shader5/execution/built-in-functions/fs-usubBorrow-only-sub.shader_test diff --git

[Piglit] [PATCH 07/12] arb_gpu_shader5: Add uaddCarry vertex shader execution test.

2013-09-23 Thread Matt Turner
--- .../built-in-functions/vs-uaddCarry.shader_test| 65 ++ 1 file changed, 65 insertions(+) create mode 100644 tests/spec/arb_gpu_shader5/execution/built-in-functions/vs-uaddCarry.shader_test diff --git

[Piglit] [PATCH 09/12] arb_gpu_shader5: Test using only the carry from uaddCarry in the vs.

2013-09-23 Thread Matt Turner
--- .../vs-uaddCarry-only-carry.shader_test| 62 ++ 1 file changed, 62 insertions(+) create mode 100644 tests/spec/arb_gpu_shader5/execution/built-in-functions/vs-uaddCarry-only-carry.shader_test diff --git

[Piglit] [PATCH 08/12] arb_gpu_shader5: Test using only the addition from uaddCarry in the vs.

2013-09-23 Thread Matt Turner
--- .../vs-uaddCarry-only-add.shader_test | 62 ++ 1 file changed, 62 insertions(+) create mode 100644 tests/spec/arb_gpu_shader5/execution/built-in-functions/vs-uaddCarry-only-add.shader_test diff --git

[Piglit] [PATCH 10/12] arb_gpu_shader5: Add usubBorrow vertex shader execution test.

2013-09-23 Thread Matt Turner
--- .../built-in-functions/vs-usubBorrow.shader_test | 58 ++ 1 file changed, 58 insertions(+) create mode 100644 tests/spec/arb_gpu_shader5/execution/built-in-functions/vs-usubBorrow.shader_test diff --git

[Piglit] [PATCH 11/12] arb_gpu_shader5: Test using only the subtraction from usubBorrow in the vs.

2013-09-23 Thread Matt Turner
--- .../vs-usubBorrow-only-sub.shader_test | 56 ++ 1 file changed, 56 insertions(+) create mode 100644 tests/spec/arb_gpu_shader5/execution/built-in-functions/vs-usubBorrow-only-sub.shader_test diff --git

[Piglit] [PATCH 12/12] arb_gpu_shader5: Test using only the borrow from usubBorrow in the vs.

2013-09-23 Thread Matt Turner
--- .../vs-usubBorrow-only-borrow.shader_test | 56 ++ 1 file changed, 56 insertions(+) create mode 100644 tests/spec/arb_gpu_shader5/execution/built-in-functions/vs-usubBorrow-only-borrow.shader_test diff --git

[Piglit] [PATCH] textureSize: Initialize sample_count to 1.

2013-09-23 Thread Kenneth Graunke
The multisampling tests initialize the number of miplevels to the number of samples. Since this is zero, we allocate an array of zero miplevels, and then try to write to the first element. Fixes the following Valgrind error: Invalid write of size 8 at 0x403123: compute_miplevel_info