Re: [Piglit] [PATCH] arb_enhanced_layouts: test packing of floats in the same slots as an array

2017-10-10 Thread Timothy Arceri
On 10/10/17 23:39, Ilia Mirkin wrote: It's traditional for green to mean good, red to mean bad. You have those flipped here. Right. I'd fixed this locally but forgot to commit before sending. On Oct 10, 2017 2:58 AM, "Timothy Arceri" > wrote: This test cau

Re: [Piglit] [PATCH] arb_enhanced_layouts: test packing of floats in the same slots as an array

2017-10-10 Thread Ilia Mirkin
It's traditional for green to mean good, red to mean bad. You have those flipped here. On Oct 10, 2017 2:58 AM, "Timothy Arceri" wrote: > This test causes an assert to be thrown on i965 currently. > --- > ...fs-array-interleave-single-location.shader_test | 93 > ++ > 1 file

[Piglit] [PATCH] arb_enhanced_layouts: test packing of floats in the same slots as an array

2017-10-09 Thread Timothy Arceri
This test causes an assert to be thrown on i965 currently. --- ...fs-array-interleave-single-location.shader_test | 93 ++ 1 file changed, 93 insertions(+) create mode 100644 tests/spec/arb_enhanced_layouts/execution/component-layout/vs-to-fs-array-interleave-single-location.