summaryrefslogtreecommitdiff
path: root/src/util/disk_cache.h
AgeCommit message (Expand)AuthorFilesLines
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