Re: [Mesa-dev] [PATCH] radv: move to using nir clip/cull merge pass.

2017-03-29 Thread Bas Nieuwenhuizen
Acked-by: Bas Nieuwenhuizen On Wed, Mar 29, 2017 at 7:14 AM, Dave Airlie wrote: > From: Dave Airlie > > Doing this before tessellation makes doing some bits of > tessellation a bit cleaner. It also cleans up a bit of the > llvm generator code. > > Signed-off-by: Dave Airlie > --- > src/amd/co

Re: [Mesa-dev] [PATCH] radv: move to using nir clip/cull merge pass.

2017-03-29 Thread Edward O'Callaghan
Reviewed-by: Edward O'Callaghan On 03/29/2017 04:14 PM, Dave Airlie wrote: > From: Dave Airlie > > Doing this before tessellation makes doing some bits of > tessellation a bit cleaner. It also cleans up a bit of the > llvm generator code. > > Signed-off-by: Dave Airlie > --- > src/amd/common

[Mesa-dev] [PATCH] radv: move to using nir clip/cull merge pass.

2017-03-28 Thread Dave Airlie
From: Dave Airlie Doing this before tessellation makes doing some bits of tessellation a bit cleaner. It also cleans up a bit of the llvm generator code. Signed-off-by: Dave Airlie --- src/amd/common/ac_nir_to_llvm.c | 144 ++-- src/amd/vulkan/radv_pipeline.