Re: [Mesa-dev] [PATCH] radv: use correct alloc function when loading from disk

2017-10-30 Thread Bas Nieuwenhuizen
R-b On 31 Oct 2017 01:35, "Timothy Arceri" wrote: > Fixes regression in: > > dEQP-VK.api.object_management.alloc_callback_fail.graphics_pipeline > > Fixes: 1e84e53712ae "radv: add cache items to in memory cache when reading > from disk" > --- > src/amd/vulkan/radv_pipeline_cache.c | 15

[Mesa-dev] [PATCH] radv: use correct alloc function when loading from disk

2017-10-30 Thread Timothy Arceri
Fixes regression in: dEQP-VK.api.object_management.alloc_callback_fail.graphics_pipeline Fixes: 1e84e53712ae "radv: add cache items to in memory cache when reading from disk" --- src/amd/vulkan/radv_pipeline_cache.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --g