[Piglit] [PATCH] arb_arrays_of_arrays: test struct member offset calculation

2017-07-31 Thread Timothy Arceri
Simple test to make sure we calculate struct member offsets correctly when the array contains an opaque member that maybe not have any backing storage. This triggers a recent regression in radeonsi. --- ...-struct-nonconst-non-opaque-members.shader_test | 68 ++ 1 file

Re: [Piglit] [PATCH] Remove MSVC build support.

2017-07-31 Thread Jose Fonseca
> How broken was it? Not much. My prefix commit 6d78391c04d9f35353891e665f5ca092ce670e91 happened to fix. I pushed that change for MinGW sake too, which was not throwing an error. It was throwing an warning: warning: assignment from incompatible pointer type

Re: [Piglit] [PATCH 2/2] arb_transform_feedback_overflow_query-basic: add any_inverted subtest

2017-07-31 Thread Rafael Antognolli
This series is Reviewed-by: Rafael Antognolli On Mon, Jul 31, 2017 at 11:28:36AM +0200, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > There is a bug in VI+ with conditional render for any-stream overflow > that depends on whether the

Re: [Piglit] [PATCH] Remove MSVC build support.

2017-07-31 Thread Brian Paul
How broken was it? I never build Piglit with MSVC so I didn't notice. You might want to note in the commit msg that building with MinGW is the way forward. Reviewed-by: Brian Paul On 07/31/2017 07:38 AM, Jose Fonseca wrote: MSVC build of Piglit was broken for over a

[Piglit] [PATCH] Remove MSVC build support.

2017-07-31 Thread Jose Fonseca
MSVC build of Piglit was broken for over a month. No point in sustaining it. --- CMakeLists.txt | 6 ++-- HACKING | 10 ++ README | 68 +++-- appveyor.yml| 8 -

Re: [Piglit] [PATCH RFC] framework: Add --skip-missing option

2017-07-31 Thread Arkadiusz Hiler
On Thu, Jul 27, 2017 at 09:54:13AM -0700, Dylan Baker wrote: > Quoting Arkadiusz Hiler (2017-07-27 02:24:33) > > > > > > > > __all__ = [ > > > > 'RegexFilter', > > > > @@ -314,6 +316,9 @@ class TestProfile(object): > > > > if self.forced_test_list: > > > > opts =

[Piglit] [PATCH 2/2] arb_transform_feedback_overflow_query-basic: add any_inverted subtest

2017-07-31 Thread Nicolai Hähnle
From: Nicolai Hähnle There is a bug in VI+ with conditional render for any-stream overflow that depends on whether the condition is inverted or not. --- .../arb_transform_feedback_overflow_query/basic.c| 20 1 file changed, 20 insertions(+)

[Piglit] [PATCH 1/2] arb_transform_feedback_overflow_query-basic: fix subtest selection

2017-07-31 Thread Nicolai Hähnle
From: Nicolai Hähnle --- tests/spec/arb_transform_feedback_overflow_query/basic.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/spec/arb_transform_feedback_overflow_query/basic.c