About
Social
Code
index
:
mesa
frygon
main
Mesa graphics project
Lucas Fryzek
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
disk_cache_os.h
Age
Commit message (
Expand
)
Author
2025-08-23
util/disk_cache: Use os independent functions instead of getenv
Danylo Piliaiev
2025-02-25
util/disk_cache: dont create multidisk cache dir if unused
Timothy Arceri
2025-02-05
util/disk_cache: add a new helper to create a disk cache
Samuel Pitoiset
2024-07-18
util/disk_cache: Delete the old multifile cache if using the default.
Bas Nieuwenhuizen
2024-01-31
util/disk_cache: Add marker on cache usage.
Bas Nieuwenhuizen
2023-04-11
util/disk_cache: Align atomic size.
Bas Nieuwenhuizen
2023-04-05
util/disk_cache: Add NONE type
Rob Clark
2023-02-01
util/disk_cache: Switch to multipart mesa-db cache
Dmitry Osipenko
2023-01-09
util/disk_cache: Support combined foz ro and non-foz rw caches
Dmitry Osipenko
2023-01-09
util/disk_cache: Store environment variable values in disk_cache struct
Dmitry Osipenko
2022-11-12
disk_cache: add env var to show stats
Eric Engestrom
2022-08-04
util/disk_cache: Add new mesa-db cache type
Dmitry Osipenko
2022-08-04
util/disk_cache: Make disk_cache_os.h usable by C++ code
Dmitry Osipenko
2022-08-04
util/disk_cache: Move struct cache_entry_file_data to the disk_cache_os.h
Dmitry Osipenko
2022-08-04
util/disk_cache: Append to disk_cache_load_cache_index() with _foz
Dmitry Osipenko
2022-08-04
util/disk_cache: Add option to disable compression
Dmitry Osipenko
2021-03-04
util/disk_cache: make MESA_DISK_CACHE_READ_ONLY_FOZ_DBS a relative path
Timothy Arceri
2021-02-21
util/disk_cache: make use of single file cache when env var set
Timothy Arceri
2021-02-21
util/disk_cache: do crc32 check on compressed data for ZSTD
Timothy Arceri
2020-09-11
disk_cache: move cache item loading code into disk_cache_load_item() helper
Timothy Arceri
2020-09-11
disk_cache: add new OS specific helper disk_cache_evict_item()
Timothy Arceri
2020-09-11
disk_cache: move get_cache_file() to an OS specific helper
Timothy Arceri
2020-09-11
disk_cache: create new helper for writing cache items to disk
Timothy Arceri
2020-09-11
disk_cache: move evict_lru_item() to an OS specific helper
Timothy Arceri
2020-09-11
disk_cache: move munmap into an OS specific helper
Timothy Arceri
2020-09-11
disk_cache: move index mmap into OS specific helper
Timothy Arceri
2020-09-11
disk_cache: add disk_cache_enabled() helper
Timothy Arceri
2020-09-11
disk_cache: move cache dir generation into OS specific helper file
Timothy Arceri