About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/util/disk_cache_os.h
AgeCommit message (Expand)Author
2025-08-23util/disk_cache: Use os independent functions instead of getenvDanylo Piliaiev
2025-02-25util/disk_cache: dont create multidisk cache dir if unusedTimothy Arceri
2025-02-05util/disk_cache: add a new helper to create a disk cacheSamuel Pitoiset
2024-07-18util/disk_cache: Delete the old multifile cache if using the default.Bas Nieuwenhuizen
2024-01-31util/disk_cache: Add marker on cache usage.Bas Nieuwenhuizen
2023-04-11util/disk_cache: Align atomic size.Bas Nieuwenhuizen
2023-04-05util/disk_cache: Add NONE typeRob Clark
2023-02-01util/disk_cache: Switch to multipart mesa-db cacheDmitry Osipenko
2023-01-09util/disk_cache: Support combined foz ro and non-foz rw cachesDmitry Osipenko
2023-01-09util/disk_cache: Store environment variable values in disk_cache structDmitry Osipenko
2022-11-12disk_cache: add env var to show statsEric Engestrom
2022-08-04util/disk_cache: Add new mesa-db cache typeDmitry Osipenko
2022-08-04util/disk_cache: Make disk_cache_os.h usable by C++ codeDmitry Osipenko
2022-08-04util/disk_cache: Move struct cache_entry_file_data to the disk_cache_os.hDmitry Osipenko
2022-08-04util/disk_cache: Append to disk_cache_load_cache_index() with _fozDmitry Osipenko
2022-08-04util/disk_cache: Add option to disable compressionDmitry Osipenko
2021-03-04util/disk_cache: make MESA_DISK_CACHE_READ_ONLY_FOZ_DBS a relative pathTimothy Arceri
2021-02-21util/disk_cache: make use of single file cache when env var setTimothy Arceri
2021-02-21util/disk_cache: do crc32 check on compressed data for ZSTDTimothy Arceri
2020-09-11disk_cache: move cache item loading code into disk_cache_load_item() helperTimothy Arceri
2020-09-11disk_cache: add new OS specific helper disk_cache_evict_item()Timothy Arceri
2020-09-11disk_cache: move get_cache_file() to an OS specific helperTimothy Arceri
2020-09-11disk_cache: create new helper for writing cache items to diskTimothy Arceri
2020-09-11disk_cache: move evict_lru_item() to an OS specific helperTimothy Arceri
2020-09-11disk_cache: move munmap into an OS specific helperTimothy Arceri
2020-09-11disk_cache: move index mmap into OS specific helperTimothy Arceri
2020-09-11disk_cache: add disk_cache_enabled() helperTimothy Arceri
2020-09-11disk_cache: move cache dir generation into OS specific helper fileTimothy Arceri