Re: [Mesa-dev] [PATCH 3/4] radv: fallback to an in-memory cache when no pipline cache is provided

2017-03-14 Thread Timothy Arceri
On 15/03/17 15:17, Timothy Arceri wrote: --- src/amd/vulkan/radv_device.c | 4 +++- src/amd/vulkan/radv_pipeline.c | 9 ++--- src/amd/vulkan/radv_pipeline_cache.c | 7 +-- src/amd/vulkan/radv_private.h| 3 ++- 4 files changed, 16 insertions(+), 7 deletions(-) diff

[Mesa-dev] [PATCH 3/4] radv: fallback to an in-memory cache when no pipline cache is provided

2017-03-14 Thread Timothy Arceri
--- src/amd/vulkan/radv_device.c | 4 +++- src/amd/vulkan/radv_pipeline.c | 9 ++--- src/amd/vulkan/radv_pipeline_cache.c | 7 +-- src/amd/vulkan/radv_private.h| 3 ++- 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/src/amd/vulkan/radv_device.c