[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 +- ..

[Piglit] [PATCH] ssbo: 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. This fixes the tests on softpipe --- .../execution/ssbo-atomicMax-int.shader_test| 2 +- .../execution/ssbo-atomicMax-uint.shader