Re: [Piglit] [PATCH] arb_arrays_of_arrays: add ubo test with explicit binding

2018-01-25 Thread Alejandro Piñeiro
On 25/01/18 00:11, Fabian Bieler wrote: > On 2018-01-24 15:20, Alejandro Piñeiro wrote: >> Although seems somewhat too specific, with mesa HEAD at: >> 766589d89a211e67f313e8cb38f2d05b09975f96 >> >> this test crashes, so it would be good to include a test for this. >> --- >> .../ubo/fs-const-expl

Re: [Piglit] [PATCH] arb_arrays_of_arrays: add ubo test with explicit binding

2018-01-24 Thread Fabian Bieler
On 2018-01-24 15:20, Alejandro Piñeiro wrote: > Although seems somewhat too specific, with mesa HEAD at: > 766589d89a211e67f313e8cb38f2d05b09975f96 > > this test crashes, so it would be good to include a test for this. > --- > .../ubo/fs-const-explicit-binding.shader_test | 42 > +++

[Piglit] [PATCH] arb_arrays_of_arrays: add ubo test with explicit binding

2018-01-24 Thread Alejandro Piñeiro
Although seems somewhat too specific, with mesa HEAD at: 766589d89a211e67f313e8cb38f2d05b09975f96 this test crashes, so it would be good to include a test for this. --- .../ubo/fs-const-explicit-binding.shader_test | 42 ++ 1 file changed, 42 insertions(+) create mode 10