Skip to content

util: Disk cache clean ups and add cache item headers to single file cache items

Timothy Arceri requested to merge tarceri/mesa:improved_cache_tests into master

This series makes a number of clean ups to the disk cache code. The patches pulling out the compression code to a stand alone helper I'm very happy with as this has been a bit of a mess for a while.

On top of the clean ups this series adds cache headers to each cache item in the new single file cache implementation. This is something I forgot to add in the original single file cache implementation.

Edited by Timothy Arceri

Merge request reports