Re: [Mesa-dev] [PATCH] nir: bump loop unroll limit to 96.

2017-10-10 Thread Timothy Arceri
On 11/10/17 10:50, Dave Airlie wrote: From: Dave Airlie With the ssao demo from Vulkan demos: radv/rx480: 440->440fps anv/haswell: 24->34 fps The demo does a 0->32 loop across a ubo with 32 members. Signed-off-by: Dave Airlie Reviewed-by: Timothy Arceri --- src/compiler/nir/nir_opt_lo

[Mesa-dev] [PATCH] nir: bump loop unroll limit to 96.

2017-10-10 Thread Dave Airlie
From: Dave Airlie With the ssao demo from Vulkan demos: radv/rx480: 440->440fps anv/haswell: 24->34 fps The demo does a 0->32 loop across a ubo with 32 members. Signed-off-by: Dave Airlie --- src/compiler/nir/nir_opt_loop_unroll.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff