Re: [Mesa-dev] [PATCH 04/11] radv: port to use common passmgr code.

2018-07-03 Thread Dave Airlie
On 4 July 2018 at 03:11, Marek Olšák wrote: > If radeonsi adds target library info, I highly recommend that radv does the > same thing. > We can't due to the leak situation, there is no case where radv can just leak stuff like radeonsi does here, until we get to the thread allocs. Dave.

Re: [Mesa-dev] [PATCH 04/11] radv: port to use common passmgr code.

2018-07-03 Thread Marek Olšák
If radeonsi adds target library info, I highly recommend that radv does the same thing. Marek On Mon, Jul 2, 2018, 8:48 PM Dave Airlie wrote: > From: Dave Airlie > > This adds a inline always pass, but otherwise should work the > same. > --- > src/amd/common/ac_llvm_util.c | 5 +++-- >

[Mesa-dev] [PATCH 04/11] radv: port to use common passmgr code.

2018-07-02 Thread Dave Airlie
From: Dave Airlie This adds a inline always pass, but otherwise should work the same. --- src/amd/common/ac_llvm_util.c | 5 +++-- src/amd/vulkan/radv_nir_to_llvm.c | 26 +++--- 2 files changed, 6 insertions(+), 25 deletions(-) diff --git

[Mesa-dev] [PATCH 04/11] radv: port to use common passmgr code.

2018-06-26 Thread Dave Airlie
From: Dave Airlie This adds a inline always pass, but otherwise should work the same. --- src/amd/common/ac_llvm_util.c | 5 +++-- src/amd/vulkan/radv_nir_to_llvm.c | 26 +++--- 2 files changed, 6 insertions(+), 25 deletions(-) diff --git