Re: [Mesa-dev] [PATCH 2/3] uac/nir: add get_cache_policy() helper and use it

2018-11-01 Thread Samuel Pitoiset
On 11/1/18 1:09 AM, Dave Airlie wrote: On Tue, 30 Oct 2018 at 02:04, Samuel Pitoiset wrote: Signed-off-by: Samuel Pitoiset --- src/amd/common/ac_nir_to_llvm.c | 38 ++--- 1 file changed, 26 insertions(+), 12 deletions(-) diff --git

Re: [Mesa-dev] [PATCH 2/3] uac/nir: add get_cache_policy() helper and use it

2018-10-31 Thread Dave Airlie
On Tue, 30 Oct 2018 at 02:04, Samuel Pitoiset wrote: > > Signed-off-by: Samuel Pitoiset > --- > src/amd/common/ac_nir_to_llvm.c | 38 ++--- > 1 file changed, 26 insertions(+), 12 deletions(-) > > diff --git a/src/amd/common/ac_nir_to_llvm.c

[Mesa-dev] [PATCH 2/3] uac/nir: add get_cache_policy() helper and use it

2018-10-29 Thread Samuel Pitoiset
Signed-off-by: Samuel Pitoiset --- src/amd/common/ac_nir_to_llvm.c | 38 ++--- 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/src/amd/common/ac_nir_to_llvm.c b/src/amd/common/ac_nir_to_llvm.c index e5fbe003f5..736b726beb 100644 ---