aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/disk_cache.c
Commit message (Expand)AuthorAgeFilesLines
...
* glsl: disable on disk shader cache when running as another userTimothy Arceri2017-02-171-0/+4
* util/disk_cache: check cache exists before calling munmap()Timothy Arceri2017-02-171-1/+2
* util/disk_cache: add support for removing old versions of the cacheTimothy Arceri2017-02-171-0/+37
* util/disk_cache: allow drivers to pass a directory structureTimothy Arceri2017-02-171-4/+24
* util/disk_cache: do not allow space in MESA_GLSL_CACHE_MAX_SIZEEmil Velikov2017-02-161-2/+0
* util/disk_cache: correctly use stat(3)Timothy Arceri2017-02-131-4/+4
* util/disk_cache: use stat() to check if entry is a directoryTimothy Arceri2017-02-101-9/+24
* util/disk_cache: error check asprintf()Timothy Arceri2017-02-101-5/+7
* util/disk_cache: stop using ralloc_asprintf() unnecessarilyTimothy Arceri2017-02-091-13/+12
* util: add a disk_cache_remove() functionTimothy Arceri2017-02-091-0/+22
* glsl: Switch to disable-by-default for the GLSL shader cacheCarl Worth2017-01-311-0/+7
* utils: build sha1/disk cache only with Android/AutoconfEmil Velikov2017-01-181-0/+4
* util: import sha1 implementation from OpenBSD17.0-branchpointEmil Velikov2017-01-181-4/+0
* util/disk_cache: close a previously opened handle in disk_cache_put (v2)Gwan-gyeong Mun2016-11-221-6/+5
* util/disk_cache: use unambiguous namingMarek Olšák2016-11-151-15/+15
* util: import cache.c/h from glslMarek Olšák2016-11-151-0/+712