Re: [Mesa-dev] [PATCH V4 1/3] util/disk_cache: hash timestamps into the cache keys

2017-03-22 Thread Nicolai Hähnle
On 22.03.2017 04:45, Timothy Arceri wrote: From: Grazvydas Ignotas Instead of using a directory, hash the timestamps into the cache keys themselves. Since there is no more timestamp directory, there is no more need for deleting the cache of other mesa versions and we rely on

[Mesa-dev] [PATCH V4 1/3] util/disk_cache: hash timestamps into the cache keys

2017-03-21 Thread Timothy Arceri
From: Grazvydas Ignotas Instead of using a directory, hash the timestamps into the cache keys themselves. Since there is no more timestamp directory, there is no more need for deleting the cache of other mesa versions and we rely on eviction to clean up the old cache entries.