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

2017-03-22 Thread Nicolai Hähnle
On 22.03.2017 04:45, 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. V2: use blob created add cache creation. Typo: at ---

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

2017-03-21 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. V2: use blob created add cache creation. --- src/util/disk_cache.c | 53 +--