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

2017-10-11 Thread Bas Nieuwenhuizen
Thanks! On Wed, Oct 11, 2017 at 12:11 AM, Timothy Arceri wrote: > If the app provided in-memory pipeline cache doesn't yet contain > what we are looking for, or it doesn't provide one at all then we > fallback to the on-disk cache. > --- > src/amd/vulkan/radv_pipeline_cache.c | 25 ++

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

2017-10-10 Thread Timothy Arceri
If the app provided in-memory pipeline cache doesn't yet contain what we are looking for, or it doesn't provide one at all then we fallback to the on-disk cache. --- src/amd/vulkan/radv_pipeline_cache.c | 25 +++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/