Re: [Mesa-dev] [PATCH] radeonsi/nir: increase values to 8 for gs fetch.

2018-02-28 Thread Timothy Arceri
Reviewed-by: Timothy Arceri On 01/03/18 11:02, Dave Airlie wrote: From: Dave Airlie This stops a crash when running (still fails): tests/spec/arb_gpu_shader_fp64/execution/explicit-location-gs-fs-vs.shader_test Signed-off-by: Dave Airlie --- src/gallium/drivers/radeonsi/si_shader_nir.c |

[Mesa-dev] [PATCH] radeonsi/nir: increase values to 8 for gs fetch.

2018-02-28 Thread Dave Airlie
From: Dave Airlie This stops a crash when running (still fails): tests/spec/arb_gpu_shader_fp64/execution/explicit-location-gs-fs-vs.shader_test Signed-off-by: Dave Airlie --- src/gallium/drivers/radeonsi/si_shader_nir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g