aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/disk_cache.h
Commit message (Expand)AuthorAgeFilesLines
* util/disk_cache: add fallback for disk_cache_get_function_identifierDave Airlie2020-06-111-0/+6
* glsl/tests: Fix waiting for disk_cache_put() to finish.Eric Anholt2020-03-121-0/+6
* disk_cache_get_function_timestamp: check for dladdrMichel Zou2019-11-231-1/+1
* util: Change remaining uint32 cache ids to sha1David McFarland2018-10-261-6/+10
* util: add disk_cache_get_function_identifier()Timothy Arceri2018-10-031-0/+16
* util: disable cache if we have no build-id and timestamp is zeroTimothy Arceri2018-10-021-0/+9
* util/disk_cache: Fix disk_cache_get_function_timestamp with disabled cache.Bas Nieuwenhuizen2018-07-201-5/+3
* disk cache: add callback functionalityTapani Pälli2018-02-071-0/+19
* radv: create on-disk shader cacheTimothy Arceri2017-10-121-0/+15
* glsl: pass shader source keys to the disk cacheTimothy Arceri2017-08-251-2/+4
* util/disk_cache: add struct cache_item_metadataTimothy Arceri2017-08-251-0/+20
* util/disk_cache: rename mesa cache dir and introduce cache versioningTimothy Arceri2017-08-251-0/+2
* util/disk_cache: fix a commentNicolai Hähnle2017-07-031-1/+1
* util/disk_cache: add new driver_flags param to cache keysTimothy Arceri2017-05-231-2/+4
* util/disk_cache: hash pointer size and gpu name into cache keysGrazvydas Ignotas2017-03-241-17/+0
* util/disk_cache: fix build on platforms where shader cache is disabledTimothy Arceri2017-03-211-1/+1
* util/disk_cache: use a helper to compute cache keysGrazvydas Ignotas2017-03-211-0/+14
* util/disk_cache: fix make checkTimothy Arceri2017-03-061-0/+18
* util/disk_cache: mark read-only arguments constGrazvydas Ignotas2017-03-061-10/+10
* util/disk_cache: Use backward compatible st_mtime.Vinson Lee2017-02-241-1/+1
* util: fix MSVC build issue in disk_cache.hBrian Paul2017-02-211-10/+16
* util/radv: move *_get_function_timestamp() to utilsTimothy Arceri2017-02-221-0/+17
* util/disk_cache: fix typo in function stubTimothy Arceri2017-02-171-1/+1
* util/disk_cache: allow drivers to pass a directory structureTimothy Arceri2017-02-171-2/+2
* util: add a disk_cache_remove() functionTimothy Arceri2017-02-091-0/+12
* utils: build sha1/disk cache only with Android/AutoconfEmil Velikov2017-01-181-0/+42
* util: import sha1 implementation from OpenBSD17.0-branchpointEmil Velikov2017-01-181-42/+0
* util/disk_cache: use unambiguous namingMarek Olšák2016-11-151-27/+29
* util: import cache.c/h from glslMarek Olšák2016-11-151-0/+176