Re: [Mesa-dev] [PATCH 6/4] radv: make use of on-disk cache

2017-03-16 Thread Alex Smith
Hi, On 16 March 2017 at 00:43, Timothy Arceri wrote: > > On 16/03/17 11:10, Jason Ekstrand wrote: > >> On Tue, Mar 14, 2017 at 10:57 PM, Timothy Arceri > > wrote: >> >> If the app provided and in-memory pipeline

Re: [Mesa-dev] [PATCH 6/4] radv: make use of on-disk cache

2017-03-15 Thread Timothy Arceri
On 16/03/17 11:10, Jason Ekstrand wrote: On Tue, Mar 14, 2017 at 10:57 PM, Timothy Arceri > wrote: If the app provided and in-memory pipeline caches don't contain what we are looking for then we fallback to the on-disk cache. Not

Re: [Mesa-dev] [PATCH 6/4] radv: make use of on-disk cache

2017-03-15 Thread Jason Ekstrand
On Tue, Mar 14, 2017 at 10:57 PM, Timothy Arceri wrote: > If the app provided and in-memory pipeline caches don't contain > what we are looking for then we fallback to the on-disk cache. > Not my driver so my opinion doesn't count for much here, but this seems like a

[Mesa-dev] [PATCH 6/4] radv: make use of on-disk cache

2017-03-14 Thread Timothy Arceri
If the app provided and in-memory pipeline caches don't contain what we are looking for then we fallback to the on-disk cache. --- src/amd/vulkan/radv_pipeline_cache.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/amd/vulkan/radv_pipeline_cache.c