Re: [Mesa-dev] [PATCH] radv: add cache items to in memory cache when reading from disk

2017-10-26 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Thu, Oct 26, 2017 at 4:41 AM, Timothy Arceri wrote: > Otherwise we will leak them, load duplicates from disk rather > than memory and never write items loaded from disk to the apps > pipeline cache. > > Fixes: fd24be134ffd 'radv: make use of on-disk cache' > ---

[Mesa-dev] [PATCH] radv: add cache items to in memory cache when reading from disk

2017-10-25 Thread Timothy Arceri
Otherwise we will leak them, load duplicates from disk rather than memory and never write items loaded from disk to the apps pipeline cache. Fixes: fd24be134ffd 'radv: make use of on-disk cache' --- src/amd/vulkan/radv_pipeline_cache.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/amd