index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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/u_queue: add UTIL_QUEUE_INIT_SET_FULL_THREAD_AFFINITY
Marek Olšák
2018-10-06
1
-1
/
+2
*
util: rename timestamp param in disk_cache_create()
Timothy Arceri
2018-10-03
1
-4
/
+4
*
Shorten u_queue names
Marek Olšák
2018-07-04
1
-1
/
+1
*
disk cache: move path creation back to constructor
Tapani Pälli
2018-02-09
1
-86
/
+76
*
disk cache: add callback functionality
Tapani Pälli
2018-02-07
1
-0
/
+48
*
disk cache: initialize cache path and index only when used
Tapani Pälli
2018-02-07
1
-49
/
+80
*
mesa: include compiler.h in disk_cache.c
Brian Paul
2018-01-17
1
-0
/
+1
*
util/disk_cache: Remove unneeded free() on always null string
Vadym Shovkoplias
2017-12-07
1
-1
/
+0
*
util: Fix disk_cache index calculation on big endian
Matt Turner
2017-11-25
1
-2
/
+2
*
disk_cache: Fix issue reading GLSL metadata
Jordan Justen
2017-10-31
1
-1
/
+1
*
disk_cache: remove unnecessary NULL-pointer guards
Nicolai Hähnle
2017-10-10
1
-4
/
+2
*
disk_cache: fix a memory leak
Nicolai Hähnle
2017-10-10
1
-0
/
+1
*
util/disk_cache: turn MESA_GLSL_CACHE_DISABLE into a boolean
Eric Engestrom
2017-09-12
1
-1
/
+2
*
disk_cache: make the thread queue resizable and low priority
Marek Olšák
2017-09-07
1
-6
/
+8
*
disk_cache: assert if a cache entries keys don't match mesa
Timothy Arceri
2017-08-28
1
-1
/
+3
*
util/disk_cache: write cache item metadata to disk
Timothy Arceri
2017-08-25
1
-1
/
+87
*
glsl: pass shader source keys to the disk cache
Timothy Arceri
2017-08-25
1
-3
/
+5
*
disk_cache: enable limited hash collision detection in release builds
Timothy Arceri
2017-08-25
1
-16
/
+10
*
util/disk_cache: rename mesa cache dir and introduce cache versioning
Timothy Arceri
2017-08-25
1
-12
/
+36
*
util/u_queue: add an option to set the minimum thread priority
Marek Olšák
2017-06-07
1
-1
/
+1
*
util/disk_cache: add new driver_flags param to cache keys
Timothy Arceri
2017-05-23
1
-1
/
+7
*
util/disk_cache: remove percentage based max cache limit
Timothy Arceri
2017-04-28
1
-6
/
+2
*
disk_cache: use block size rather than file size
Timothy Arceri
2017-04-27
1
-5
/
+11
*
disk_cache: reduce default cache size to 5% of filesystem
Timothy Arceri
2017-04-27
1
-2
/
+2
*
util/disk_cache: don't deadlock on premature EOF
Grazvydas Ignotas
2017-03-25
1
-17
/
+26
*
util/disk_cache: write cache entry keys to file header
Timothy Arceri
2017-03-24
1
-6
/
+44
*
util/disk_cache: hash pointer size and gpu name into cache keys
Grazvydas Ignotas
2017-03-24
1
-26
/
+15
*
util/disk_cache: hash timestamps into the cache keys
Grazvydas Ignotas
2017-03-24
1
-51
/
+26
*
util/disk_cache: use rand_xorshift128plus() to get our random int
Timothy Arceri
2017-03-23
1
-8
/
+10
*
util/disk_cache: add a write helper
Grazvydas Ignotas
2017-03-21
1
-14
/
+23
*
util/disk_cache: use a helper to compute cache keys
Grazvydas Ignotas
2017-03-21
1
-0
/
+7
*
util/disk_cache: check rename result
Grazvydas Ignotas
2017-03-20
1
-2
/
+6
*
util/disk_cache: delete .tmp if target exists
Grazvydas Ignotas
2017-03-20
1
-1
/
+3
*
util/disk_cache: fix stored_keys index
Grazvydas Ignotas
2017-03-20
1
-2
/
+2
*
util/disk_cache: pass predicate functions file stats directly (v4)
Alan Swanson
2017-03-18
1
-34
/
+21
*
util/disk_cache: do eviction before creating .tmp
Grazvydas Ignotas
2017-03-16
1
-10
/
+8
*
util/disk_cache: scale cache according to filesystem size
Alan Swanson
2017-03-15
1
-3
/
+8
*
util/disk_cache: actually enforce cache size
Alan Swanson
2017-03-15
1
-1
/
+5
*
util/disk_cache: use LRU eviction rather than random eviction
Alan Swanson
2017-03-15
1
-43
/
+34
*
util/disk_cache: don't fallback to an empty cache dir on evict
Timothy Arceri
2017-03-15
1
-6
/
+27
*
util/disk_cache: use a thread queue to write to shader cache
Timothy Arceri
2017-03-15
1
-13
/
+28
*
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
[next]