[Mesa-dev] [PATCH 05/11] radv: create/destroy passmgr at the higher level.

2018-07-02 Thread Dave Airlie
From: Dave Airlie This is prep work for moving this to a per-thread struct --- src/amd/vulkan/radv_nir_to_llvm.c | 15 +++ src/amd/vulkan/radv_private.h | 2 ++ src/amd/vulkan/radv_shader.c | 7 +-- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/src/a

[Mesa-dev] [PATCH 05/11] radv: create/destroy passmgr at the higher level.

2018-06-26 Thread Dave Airlie
From: Dave Airlie This is prep work for moving this to a per-thread struct --- src/amd/vulkan/radv_nir_to_llvm.c | 15 +++ src/amd/vulkan/radv_private.h | 2 ++ src/amd/vulkan/radv_shader.c | 7 +-- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/src/a