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