Re: [Mesa-dev] [PATCH] radv: port merge tess info from anv

2017-12-18 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Mon, Dec 18, 2017 at 6:08 AM, Dave Airlie wrote: > From: Dave Airlie > > anv merges the tess info correctly, but radv wasn't doing this. > > This fixes hangs in > dEQP-VK.tessellation.winding.default_domain.hlsl_triangles_ccw > > Fixes: 60fc0544e0 (radv/pipelin

[Mesa-dev] [PATCH] radv: port merge tess info from anv

2017-12-17 Thread Dave Airlie
From: Dave Airlie anv merges the tess info correctly, but radv wasn't doing this. This fixes hangs in dEQP-VK.tessellation.winding.default_domain.hlsl_triangles_ccw Fixes: 60fc0544e0 (radv/pipeline: handle tessellation shader compilation) Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_pip