index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
util
/
disk_cache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
util/disk_cache: add helpers for creating/destroying disk cache put jobs
Timothy Arceri
2017-03-15
1
-0
/
+40
*
util/disk_cache: add thread queue to disk cache
Timothy Arceri
2017-03-15
1
-1
/
+15
*
util/disk_cache: fix size subtraction on 32bit
Grazvydas Ignotas
2017-03-09
1
-3
/
+3
*
util/disk_cache: fix compressed size calculation
Grazvydas Ignotas
2017-03-09
1
-1
/
+1
*
util/disk_cache: fix make check
Timothy Arceri
2017-03-06
1
-17
/
+0
*
Revert "glsl: Switch to disable-by-default for the GLSL shader cache"
Timothy Arceri
2017-03-06
1
-7
/
+0
*
util/disk_cache: support caches for multiple architectures
Timothy Arceri
2017-03-06
1
-0
/
+26
*
util/disk_cache: mark read-only arguments const
Grazvydas Ignotas
2017-03-06
1
-17
/
+18
*
util/disk_cache: compress individual cache entries
Timothy Arceri
2017-03-03
1
-23
/
+150
*
util/disk_cache: add support for detecting corrupt cache entries
Timothy Arceri
2017-03-03
1
-3
/
+34
*
util/disk_cache: fix bug with deleting old cache dirs
Timothy Arceri
2017-02-23
1
-4
/
+6
*
util/disk_cache: create timestamp and gpu_id dirs when MESA_GLSL_CACHE_DIR is...
Timothy Arceri
2017-02-22
1
-2
/
+8
*
glsl: disable on disk shader cache when running as another user
Timothy Arceri
2017-02-17
1
-0
/
+4
*
util/disk_cache: check cache exists before calling munmap()
Timothy Arceri
2017-02-17
1
-1
/
+2
*
util/disk_cache: add support for removing old versions of the cache
Timothy Arceri
2017-02-17
1
-0
/
+37
*
util/disk_cache: allow drivers to pass a directory structure
Timothy Arceri
2017-02-17
1
-4
/
+24
*
util/disk_cache: do not allow space in MESA_GLSL_CACHE_MAX_SIZE
Emil Velikov
2017-02-16
1
-2
/
+0
*
util/disk_cache: correctly use stat(3)
Timothy Arceri
2017-02-13
1
-4
/
+4
*
util/disk_cache: use stat() to check if entry is a directory
Timothy Arceri
2017-02-10
1
-9
/
+24
*
util/disk_cache: error check asprintf()
Timothy Arceri
2017-02-10
1
-5
/
+7
*
util/disk_cache: stop using ralloc_asprintf() unnecessarily
Timothy Arceri
2017-02-09
1
-13
/
+12
*
util: add a disk_cache_remove() function
Timothy Arceri
2017-02-09
1
-0
/
+22
*
glsl: Switch to disable-by-default for the GLSL shader cache
Carl Worth
2017-01-31
1
-0
/
+7
*
utils: build sha1/disk cache only with Android/Autoconf
Emil Velikov
2017-01-18
1
-0
/
+4
*
util: import sha1 implementation from OpenBSD
17.0-branchpoint
Emil Velikov
2017-01-18
1
-4
/
+0
*
util/disk_cache: close a previously opened handle in disk_cache_put (v2)
Gwan-gyeong Mun
2016-11-22
1
-6
/
+5
*
util/disk_cache: use unambiguous naming
Marek Olšák
2016-11-15
1
-15
/
+15
*
util: import cache.c/h from glsl
Marek Olšák
2016-11-15
1
-0
/
+712