Re: [Mesa-dev] [PATCH] radv: Do not read from the disk cache with RADV_DEBUG=nocache.

2017-10-16 Thread Timothy Arceri
On 17/10/17 10:02, Timothy Arceri wrote: On 16/10/17 22:54, Bas Nieuwenhuizen wrote: Otherwise the flag is borderline useless. This disk cache util checks for MESA_GLSL_CACHE_DISABLE. Maybe we should make the name more generic and combine these flags? Doesn't seem like much use having two as

Re: [Mesa-dev] [PATCH] radv: Do not read from the disk cache with RADV_DEBUG=nocache.

2017-10-16 Thread Timothy Arceri
On 16/10/17 22:54, Bas Nieuwenhuizen wrote: Otherwise the flag is borderline useless. This disk cache util checks for MESA_GLSL_CACHE_DISABLE. Maybe we should make the name more generic and combine these flags? Doesn't seem like much use having two as you say. --- src/amd/vulkan/radv_pi

[Mesa-dev] [PATCH] radv: Do not read from the disk cache with RADV_DEBUG=nocache.

2017-10-16 Thread Bas Nieuwenhuizen
Otherwise the flag is borderline useless. --- src/amd/vulkan/radv_pipeline_cache.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/amd/vulkan/radv_pipeline_cache.c b/src/amd/vulkan/radv_pipeline_cache.c index fc99b43fff0..458fe998b18 100644 --- a/src/amd/vulkan/radv_pipe