util/sha1: rework _mesa_sha1_{init,final}
[mesa.git] / src / util / disk_cache.c
2017-03-15 Alan Swansonutil/disk_cache: scale cache according to filesystem...
2017-03-15 Alan Swansonutil/disk_cache: actually enforce cache size
2017-03-15 Alan Swansonutil/disk_cache: use LRU eviction rather than random...
2017-03-15 Timothy Arceriutil/disk_cache: don't fallback to an empty cache dir...
2017-03-15 Timothy Arceriutil/disk_cache: use a thread queue to write to shader...
2017-03-15 Timothy Arceriutil/disk_cache: add helpers for creating/destroying...
2017-03-15 Timothy Arceriutil/disk_cache: add thread queue to disk cache
2017-03-09 Grazvydas Ignotasutil/disk_cache: fix size subtraction on 32bit
2017-03-09 Grazvydas Ignotasutil/disk_cache: fix compressed size calculation
2017-03-06 Timothy Arceriutil/disk_cache: fix make check
2017-03-05 Timothy ArceriRevert "glsl: Switch to disable-by-default for the...
2017-03-05 Timothy Arceriutil/disk_cache: support caches for multiple architectures
2017-03-05 Grazvydas Ignotasutil/disk_cache: mark read-only arguments const
2017-03-03 Timothy Arceriutil/disk_cache: compress individual cache entries
2017-03-03 Timothy Arceriutil/disk_cache: add support for detecting corrupt...
2017-02-22 Timothy Arceriutil/disk_cache: fix bug with deleting old cache dirs
2017-02-21 Timothy Arceriutil/disk_cache: create timestamp and gpu_id dirs when...
2017-02-17 Timothy Arceriglsl: disable on disk shader cache when running as...
2017-02-17 Timothy Arceriutil/disk_cache: check cache exists before calling...
2017-02-17 Timothy Arceriutil/disk_cache: add support for removing old versions...
2017-02-17 Timothy Arceriutil/disk_cache: allow drivers to pass a directory...
2017-02-16 Emil Velikovutil/disk_cache: do not allow space in MESA_GLSL_CACHE_...
2017-02-13 Timothy Arceriutil/disk_cache: correctly use stat(3)
2017-02-10 Timothy Arceriutil/disk_cache: use stat() to check if entry is a...
2017-02-09 Timothy Arceriutil/disk_cache: error check asprintf()
2017-02-09 Timothy Arceriutil/disk_cache: stop using ralloc_asprintf() unnecessarily
2017-02-09 Timothy Arceriutil: add a disk_cache_remove() function
2017-01-30 Carl Worthglsl: Switch to disable-by-default for the GLSL shader...
2017-01-18 Emil Velikovutils: build sha1/disk cache only with Android/Autoconf
2017-01-18 Emil Velikovutil: import sha1 implementation from OpenBSD
2016-11-22 Gwan-gyeong Munutil/disk_cache: close a previously opened handle in...
2016-11-15 Marek Olšákutil/disk_cache: use unambiguous naming
2016-11-15 Marek Olšákutil: import cache.c/h from glsl