About
Social
Code
index
:
mesa
frygon
main
Mesa graphics project
Lucas Fryzek
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
disk_cache.h
Age
Commit message (
Expand
)
Author
2025-02-05
util/disk_cache: add a new helper to create a disk cache
Samuel Pitoiset
2023-04-19
util: Call mesa_bytes_to_hex directly instead of disk_cache_format_hex_id.
Tatsuyuki Ishi
2023-04-19
util: Add dedicated hex conversion functions and use it.
Tatsuyuki Ishi
2022-11-14
util/disk_cache: Prevent ‘sha1’ may be used uninitialized warnings.
Jose Fonseca
2022-08-04
util/disk_cache: Add new mesa-db cache type
Dmitry Osipenko
2022-06-27
util/disk_cache: Implement disk_cache_get_function_identifier for Windows
Jesse Natalie
2021-06-11
util/disk_cache: add nocopy variant of disk cache store function
Mike Blumenkrantz
2021-02-21
util/disk_cache: use a new cache dir for the single file cache feature
Timothy Arceri
2020-06-11
util/disk_cache: add fallback for disk_cache_get_function_identifier
Dave Airlie
2020-03-12
glsl/tests: Fix waiting for disk_cache_put() to finish.
Eric Anholt
2019-11-23
disk_cache_get_function_timestamp: check for dladdr
Michel Zou
2018-10-26
util: Change remaining uint32 cache ids to sha1
David McFarland
2018-10-03
util: add disk_cache_get_function_identifier()
Timothy Arceri
2018-10-02
util: disable cache if we have no build-id and timestamp is zero
Timothy Arceri
2018-07-20
util/disk_cache: Fix disk_cache_get_function_timestamp with disabled cache.
Bas Nieuwenhuizen
2018-02-07
disk cache: add callback functionality
Tapani Pälli
2017-10-12
radv: create on-disk shader cache
Timothy Arceri
2017-08-25
glsl: pass shader source keys to the disk cache
Timothy Arceri
2017-08-25
util/disk_cache: add struct cache_item_metadata
Timothy Arceri
2017-08-25
util/disk_cache: rename mesa cache dir and introduce cache versioning
Timothy Arceri
2017-07-03
util/disk_cache: fix a comment
Nicolai Hähnle
2017-05-23
util/disk_cache: add new driver_flags param to cache keys
Timothy Arceri
2017-03-24
util/disk_cache: hash pointer size and gpu name into cache keys
Grazvydas Ignotas
2017-03-21
util/disk_cache: fix build on platforms where shader cache is disabled
Timothy Arceri
2017-03-21
util/disk_cache: use a helper to compute cache keys
Grazvydas Ignotas
2017-03-06
util/disk_cache: fix make check
Timothy Arceri
2017-03-06
util/disk_cache: mark read-only arguments const
Grazvydas Ignotas
2017-02-24
util/disk_cache: Use backward compatible st_mtime.
Vinson Lee
2017-02-21
util: fix MSVC build issue in disk_cache.h
Brian Paul
2017-02-22
util/radv: move *_get_function_timestamp() to utils
Timothy Arceri
2017-02-17
util/disk_cache: fix typo in function stub
Timothy Arceri
2017-02-17
util/disk_cache: allow drivers to pass a directory structure
Timothy Arceri
2017-02-09
util: add a disk_cache_remove() function
Timothy Arceri
2017-01-18
utils: build sha1/disk cache only with Android/Autoconf
Emil Velikov
2017-01-18
util: import sha1 implementation from OpenBSD
Emil Velikov
2016-11-15
util/disk_cache: use unambiguous naming
Marek Olšák
2016-11-15
util: import cache.c/h from glsl
Marek Olšák