Re: [Mesa-dev] [PATCH 4/4] radv: make sure gs copy shader is retrieved from the cache with the variant

2017-03-15 Thread Bas Nieuwenhuizen
patch 1-4 are Reviewed-by: Bas Nieuwenhuizen and should be in my opinion pushable before any of the discussed changes to the disk cache. On Wed, Mar 15, 2017 at 5:17 AM, Timothy Arceri wrote: > Apps can limit the size of the cache via

[Mesa-dev] [PATCH 4/4] radv: make sure gs copy shader is retrieved from the cache with the variant

2017-03-14 Thread Timothy Arceri
Apps can limit the size of the cache via VkAllocationCallbacks so we can't be sure that both are always in the cache. --- src/amd/vulkan/radv_pipeline.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/amd/vulkan/radv_pipeline.c