Re: [Piglit] [PATCH] ssbo/shared: fix min/max tests to specify std430

2019-06-26 Thread Ian Romanick
Reviewed-by: Ian Romanick On 6/25/19 7:23 PM, Dave Airlie wrote: > From: Dave Airlie > > These tests preinit the ssbo contents but expect the driver to > be doing std430 packing by default, just specify std430 packing. > --- > .../execution/shared-atomicMax-int.shader_test | 2

Re: [Piglit] [PATCH] ssbo/shared: fix min/max tests to specify std430

2019-06-26 Thread apinheiro
Reviewed-by: Alejandro PiƱeiro On 26/6/19 4:23, Dave Airlie wrote: From: Dave Airlie These tests preinit the ssbo contents but expect the driver to be doing std430 packing by default, just specify std430 packing. --- .../execution/shared-atomicMax-int.shader_test | 2 +- .

[Piglit] [PATCH] ssbo/shared: fix min/max tests to specify std430

2019-06-25 Thread Dave Airlie
From: Dave Airlie These tests preinit the ssbo contents but expect the driver to be doing std430 packing by default, just specify std430 packing. --- .../execution/shared-atomicMax-int.shader_test | 2 +- .../execution/shared-atomicMax-uint.shader_test | 2 +- ..