Re: [Mesa-dev] [PATCH 3/3] util/disk_cache: write cache entry keys to file header

2017-03-21 Thread Nicolai Hähnle
On 21.03.2017 06:14, Timothy Arceri wrote: This can be used to deal with key hash collisions from different versions (should we find that to actually happen) and to find which mesa version produced the cache entry. --- I considered creating the cache key blob at cache creation time but since w

[Mesa-dev] [PATCH 3/3] util/disk_cache: write cache entry keys to file header

2017-03-20 Thread Timothy Arceri
This can be used to deal with key hash collisions from different versions (should we find that to actually happen) and to find which mesa version produced the cache entry. --- I considered creating the cache key blob at cache creation time but since we would want a blob with the null terminator