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'
> ---
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