Re: [Mesa-dev] [PATCH 7/7] util/disk_cache: also write key_blob to cache entry

2017-03-16 Thread Timothy Arceri
On 16/03/17 23:40, Grazvydas Ignotas wrote: On Thu, Mar 16, 2017 at 3:28 AM, Timothy Arceri wrote: On 16/03/17 10:09, Grazvydas Ignotas wrote: This can be used to deal with key hash collisions from different version (should we find that to actually happen) and to find which mesa version produ

Re: [Mesa-dev] [PATCH 7/7] util/disk_cache: also write key_blob to cache entry

2017-03-16 Thread Grazvydas Ignotas
On Thu, Mar 16, 2017 at 3:28 AM, Timothy Arceri wrote: > On 16/03/17 10:09, Grazvydas Ignotas wrote: >> >> This can be used to deal with key hash collisions from different >> version (should we find that to actually happen) and to find >> which mesa version produced it the entry. >> >> Signed-off-

Re: [Mesa-dev] [PATCH 7/7] util/disk_cache: also write key_blob to cache entry

2017-03-15 Thread Timothy Arceri
On 16/03/17 10:09, Grazvydas Ignotas wrote: This can be used to deal with key hash collisions from different version (should we find that to actually happen) and to find which mesa version produced it the entry. Signed-off-by: Grazvydas Ignotas --- src/util/disk_cache.c | 24 ++

[Mesa-dev] [PATCH 7/7] util/disk_cache: also write key_blob to cache entry

2017-03-15 Thread Grazvydas Ignotas
This can be used to deal with key hash collisions from different version (should we find that to actually happen) and to find which mesa version produced it the entry. Signed-off-by: Grazvydas Ignotas --- src/util/disk_cache.c | 24 ++-- 1 file changed, 22 insertions(+), 2 de