About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/util/disk_cache.h
AgeCommit message (Expand)Author
2025-02-05util/disk_cache: add a new helper to create a disk cacheSamuel Pitoiset
2023-04-19util: Call mesa_bytes_to_hex directly instead of disk_cache_format_hex_id.Tatsuyuki Ishi
2023-04-19util: Add dedicated hex conversion functions and use it.Tatsuyuki Ishi
2022-11-14util/disk_cache: Prevent ‘sha1’ may be used uninitialized warnings.Jose Fonseca
2022-08-04util/disk_cache: Add new mesa-db cache typeDmitry Osipenko
2022-06-27util/disk_cache: Implement disk_cache_get_function_identifier for WindowsJesse Natalie
2021-06-11util/disk_cache: add nocopy variant of disk cache store functionMike Blumenkrantz
2021-02-21util/disk_cache: use a new cache dir for the single file cache featureTimothy Arceri
2020-06-11util/disk_cache: add fallback for disk_cache_get_function_identifierDave Airlie
2020-03-12glsl/tests: Fix waiting for disk_cache_put() to finish.Eric Anholt
2019-11-23disk_cache_get_function_timestamp: check for dladdrMichel Zou
2018-10-26util: Change remaining uint32 cache ids to sha1David McFarland
2018-10-03util: add disk_cache_get_function_identifier()Timothy Arceri
2018-10-02util: disable cache if we have no build-id and timestamp is zeroTimothy Arceri
2018-07-20util/disk_cache: Fix disk_cache_get_function_timestamp with disabled cache.Bas Nieuwenhuizen
2018-02-07disk cache: add callback functionalityTapani Pälli
2017-10-12radv: create on-disk shader cacheTimothy Arceri
2017-08-25glsl: pass shader source keys to the disk cacheTimothy Arceri
2017-08-25util/disk_cache: add struct cache_item_metadataTimothy Arceri
2017-08-25util/disk_cache: rename mesa cache dir and introduce cache versioningTimothy Arceri
2017-07-03util/disk_cache: fix a commentNicolai Hähnle
2017-05-23util/disk_cache: add new driver_flags param to cache keysTimothy Arceri
2017-03-24util/disk_cache: hash pointer size and gpu name into cache keysGrazvydas Ignotas
2017-03-21util/disk_cache: fix build on platforms where shader cache is disabledTimothy Arceri
2017-03-21util/disk_cache: use a helper to compute cache keysGrazvydas Ignotas
2017-03-06util/disk_cache: fix make checkTimothy Arceri
2017-03-06util/disk_cache: mark read-only arguments constGrazvydas Ignotas
2017-02-24util/disk_cache: Use backward compatible st_mtime.Vinson Lee
2017-02-21util: fix MSVC build issue in disk_cache.hBrian Paul
2017-02-22util/radv: move *_get_function_timestamp() to utilsTimothy Arceri
2017-02-17util/disk_cache: fix typo in function stubTimothy Arceri
2017-02-17util/disk_cache: allow drivers to pass a directory structureTimothy Arceri
2017-02-09util: add a disk_cache_remove() functionTimothy Arceri
2017-01-18utils: build sha1/disk cache only with Android/AutoconfEmil Velikov
2017-01-18util: import sha1 implementation from OpenBSDEmil Velikov
2016-11-15util/disk_cache: use unambiguous namingMarek Olšák
2016-11-15util: import cache.c/h from glslMarek Olšák