summaryrefslogtreecommitdiff
path: root/src/util/disk_cache.h
AgeCommit message (Expand)AuthorFilesLines
2021-02-21util/disk_cache: use a new cache dir for the single file cache featureTimothy Arceri1-0/+1
2020-06-11util/disk_cache: add fallback for disk_cache_get_function_identifierDave Airlie1-0/+6
2020-03-12glsl/tests: Fix waiting for disk_cache_put() to finish.Eric Anholt1-0/+6
2019-11-23disk_cache_get_function_timestamp: check for dladdrMichel Zou1-1/+1
2018-10-26util: Change remaining uint32 cache ids to sha1David McFarland1-6/+10
2018-10-03util: add disk_cache_get_function_identifier()Timothy Arceri1-0/+16
2018-10-02util: disable cache if we have no build-id and timestamp is zeroTimothy Arceri1-0/+9
2018-07-20util/disk_cache: Fix disk_cache_get_function_timestamp with disabled cache.Bas Nieuwenhuizen1-5/+3
2018-02-07disk cache: add callback functionalityTapani Pälli1-0/+19
2017-10-12radv: create on-disk shader cacheTimothy Arceri1-0/+15
2017-08-25glsl: pass shader source keys to the disk cacheTimothy Arceri1-2/+4
2017-08-25util/disk_cache: add struct cache_item_metadataTimothy Arceri1-0/+20
2017-08-25util/disk_cache: rename mesa cache dir and introduce cache versioningTimothy Arceri1-0/+2
2017-07-03util/disk_cache: fix a commentNicolai Hähnle1-1/+1
2017-05-23util/disk_cache: add new driver_flags param to cache keysTimothy Arceri1-2/+4
2017-03-24util/disk_cache: hash pointer size and gpu name into cache keysGrazvydas Ignotas1-17/+0
2017-03-21util/disk_cache: fix build on platforms where shader cache is disabledTimothy Arceri1-1/+1
2017-03-21util/disk_cache: use a helper to compute cache keysGrazvydas Ignotas1-0/+14
2017-03-06util/disk_cache: fix make checkTimothy Arceri1-0/+18
2017-03-06util/disk_cache: mark read-only arguments constGrazvydas Ignotas1-10/+10
2017-02-24util/disk_cache: Use backward compatible st_mtime.Vinson Lee1-1/+1
2017-02-21util: fix MSVC build issue in disk_cache.hBrian Paul1-10/+16
2017-02-22util/radv: move *_get_function_timestamp() to utilsTimothy Arceri1-0/+17
2017-02-17util/disk_cache: fix typo in function stubTimothy Arceri1-1/+1
2017-02-17util/disk_cache: allow drivers to pass a directory structureTimothy Arceri1-2/+2
2017-02-09util: add a disk_cache_remove() functionTimothy Arceri1-0/+12
2017-01-18utils: build sha1/disk cache only with Android/AutoconfEmil Velikov1-0/+42
2017-01-18util: import sha1 implementation from OpenBSD17.0-branchpointEmil Velikov1-42/+0
2016-11-15util/disk_cache: use unambiguous namingMarek Olšák1-27/+29
2016-11-15util: import cache.c/h from glslMarek Olšák1-0/+176