summaryrefslogtreecommitdiff
path: root/src/util/disk_cache_os.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-16util/disk_cache: add cache item headers to single file cache entriesTimothy Arceri1-3/+21
2021-03-16util/disk_cache: detangle cache item creation from disk writingTimothy Arceri1-69/+70
2021-03-16util/disk_cache: separate file reads from cache item validationTimothy Arceri1-59/+65
2021-03-15util/disk_cache: make use of the new compression helpersTimothy Arceri1-195/+38
2021-03-04util/disk_cache: make MESA_DISK_CACHE_READ_ONLY_FOZ_DBS a relative pathTimothy Arceri1-7/+2
2021-02-21util/disk_cache: make use of single file cache when env var setTimothy Arceri1-1/+38
2021-02-21util/disk_cache: use a new cache dir for the single file cache featureTimothy Arceri1-3/+7
2021-02-21util/disk_cache: move cache path strdup call back into disk_cache.cTimothy Arceri1-4/+0
2021-02-21util/disk_cache: do crc32 check on compressed data for ZSTDTimothy Arceri1-10/+45
2020-10-22src/util/disk_cache_os.c: Add missing headers for open/fcntlAníbal Limón1-0/+4
2020-10-09disk_cache: build option for disabled-by-defaultJohn Bates1-1/+6
2020-10-08util/disk_cache: remove unused function paramTimothy Arceri1-3/+2
2020-09-17disk_cache: Fix filename leak on error path.Vinson Lee1-2/+3
2020-09-11disk_cache: move cache item loading code into disk_cache_load_item() helperTimothy Arceri1-1/+173
2020-09-11disk_cache: add new OS specific helper disk_cache_evict_item()Timothy Arceri1-0/+16
2020-09-11disk_cache: move get_cache_file() to an OS specific helperTimothy Arceri1-0/+22
2020-09-11disk_cache: create new helper for writing cache items to diskTimothy Arceri1-1/+295
2020-09-11disk_cache: move evict_lru_item() to an OS specific helperTimothy Arceri1-0/+187
2020-09-11disk_cache: move munmap into an OS specific helperTimothy Arceri1-0/+6
2020-09-11disk_cache: move index mmap into OS specific helperTimothy Arceri1-0/+63
2020-09-11disk_cache: add disk_cache_enabled() helperTimothy Arceri1-0/+15
2020-09-11disk_cache: move cache dir generation into OS specific helper fileTimothy Arceri1-0/+176