drirc: Enable glthread for PCSX2
[mesa.git] / src / util / disk_cache.c
2020-03-27 Marek Olšákutil: stop including files from mesa/main
2020-03-27 Marek OlšákMove compiler.h and imports.h/c from src/mesa/main...
2020-03-12 Eric Anholtglsl/tests: Fix waiting for disk_cache_put() to finish.
2020-02-05 Eric Engestromutil/disk_cache: check for write() failure in the zstd...
2019-11-11 Dylan Bakerutil: Use ZSTD for shader cache if possible
2019-10-24 Marek Olšákutil/disk_cache: finish all queue jobs in destroy inste...
2019-10-16 Alan Coopersmithutil: Workaround lack of flock on Solaris
2019-09-19 Timothy Arceriutil/disk_cache: make use of the total job size limitin...
2019-09-19 Timothy Arceriutil/u_queue: track job size and limit the size of...
2019-09-19 Timothy Arceriutil/disk_cache: bump thread count assigned to disk...
2019-06-21 Marek Olšákinclude: update GL headers from the registry
2019-06-19 Jory Prattutil: Heap-allocate 256K zlib buffer
2019-03-28 Eric Engestromutil/disk_cache: close fd in the fallback path
2018-10-07 Marek Olšákutil/u_queue: add UTIL_QUEUE_INIT_SET_FULL_THREAD_AFFINITY
2018-10-02 Timothy Arceriutil: rename timestamp param in disk_cache_create()
2018-07-05 Marek OlšákShorten u_queue names
2018-02-09 Tapani Pällidisk cache: move path creation back to constructor
2018-02-07 Tapani Pällidisk cache: add callback functionality
2018-02-07 Tapani Pällidisk cache: initialize cache path and index only when...
2018-01-17 Brian Paulmesa: include compiler.h in disk_cache.c
2017-12-07 Vadym Shovkopliasutil/disk_cache: Remove unneeded free() on always null...
2017-11-25 Matt Turnerutil: Fix disk_cache index calculation on big endian
2017-11-01 Jordan Justendisk_cache: Fix issue reading GLSL metadata
2017-10-10 Nicolai Hähnledisk_cache: remove unnecessary NULL-pointer guards
2017-10-10 Nicolai Hähnledisk_cache: fix a memory leak
2017-09-12 Eric Engestromutil/disk_cache: turn MESA_GLSL_CACHE_DISABLE into...
2017-09-07 Marek Olšákdisk_cache: make the thread queue resizable and low...
2017-08-27 Timothy Arceridisk_cache: assert if a cache entries keys don't match...
2017-08-25 Timothy Arceriutil/disk_cache: write cache item metadata to disk
2017-08-25 Timothy Arceriglsl: pass shader source keys to the disk cache
2017-08-25 Timothy Arceridisk_cache: enable limited hash collision detection...
2017-08-25 Timothy Arceriutil/disk_cache: rename mesa cache dir and introduce...
2017-06-07 Marek Olšákutil/u_queue: add an option to set the minimum thread...
2017-05-22 Timothy Arceriutil/disk_cache: add new driver_flags param to cache...
2017-04-28 Timothy Arceriutil/disk_cache: remove percentage based max cache...
2017-04-27 Timothy Arceridisk_cache: use block size rather than file size
2017-04-27 Timothy Arceridisk_cache: reduce default cache size to 5% of filesystem
2017-03-25 Grazvydas Ignotasutil/disk_cache: don't deadlock on premature EOF
2017-03-24 Timothy Arceriutil/disk_cache: write cache entry keys to file header
2017-03-24 Grazvydas Ignotasutil/disk_cache: hash pointer size and gpu name into...
2017-03-24 Grazvydas Ignotasutil/disk_cache: hash timestamps into the cache keys
2017-03-22 Timothy Arceriutil/disk_cache: use rand_xorshift128plus() to get...
2017-03-21 Grazvydas Ignotasutil/disk_cache: add a write helper
2017-03-21 Grazvydas Ignotasutil/disk_cache: use a helper to compute cache keys
2017-03-19 Grazvydas Ignotasutil/disk_cache: check rename result
2017-03-19 Grazvydas Ignotasutil/disk_cache: delete .tmp if target exists
2017-03-19 Grazvydas Ignotasutil/disk_cache: fix stored_keys index
2017-03-18 Alan Swansonutil/disk_cache: pass predicate functions file stats...
2017-03-15 Grazvydas Ignotasutil/disk_cache: do eviction before creating .tmp
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