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
/
compiler
/
glsl
/
tests
/
cache_test.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: fix sizeof(pointer) bug
Eric Engestrom
2018-02-16
1
-1
/
+1
*
glsl/tests: changes to test_disk_cache_create test
Tapani Pälli
2018-02-07
1
-6
/
+22
*
glsl/tests: move utility functions in cache_test
Tapani Pälli
2018-02-07
1
-35
/
+35
*
util/disk_cache: turn MESA_GLSL_CACHE_DISABLE into a boolean
Eric Engestrom
2017-09-12
1
-2
/
+2
*
glsl: pass shader source keys to the disk cache
Timothy Arceri
2017-08-25
1
-6
/
+6
*
util/disk_cache: rename mesa cache dir and introduce cache versioning
Timothy Arceri
2017-08-25
1
-2
/
+4
*
util/disk_cache: add new driver_flags param to cache keys
Timothy Arceri
2017-05-23
1
-10
/
+10
*
tests/cache_test: allow crossing mount points
Juan A. Suarez Romero
2017-03-28
1
-1
/
+1
*
tests/cache_test: mark arguments const
Grazvydas Ignotas
2017-03-25
1
-4
/
+4
*
util/disk_cache: hash pointer size and gpu name into cache keys
Grazvydas Ignotas
2017-03-24
1
-11
/
+2
*
util/disk_cache: hash timestamps into the cache keys
Grazvydas Ignotas
2017-03-24
1
-5
/
+5
*
tests/cache_test: use the blob key's actual first byte
Grazvydas Ignotas
2017-03-21
1
-6
/
+2
*
util/disk_cache: use a helper to compute cache keys
Grazvydas Ignotas
2017-03-21
1
-4
/
+4
*
util/disk_cache: actually enforce cache size
Alan Swanson
2017-03-15
1
-3
/
+19
*
util/disk_cache: use a thread queue to write to shader cache
Timothy Arceri
2017-03-15
1
-0
/
+47
*
util/disk_cache: fix make check
Timothy Arceri
2017-03-06
1
-7
/
+12
*
Revert "glsl: Switch to disable-by-default for the GLSL shader cache"
Timothy Arceri
2017-03-06
1
-5
/
+0
*
util/disk_cache: create timestamp and gpu_id dirs when MESA_GLSL_CACHE_DIR is...
Timothy Arceri
2017-02-22
1
-0
/
+40
*
util/disk_cache: allow drivers to pass a directory structure
Timothy Arceri
2017-02-17
1
-10
/
+10
*
glsl: Switch to disable-by-default for the GLSL shader cache
Carl Worth
2017-01-31
1
-0
/
+5
*
utils: build sha1/disk cache only with Android/Autoconf
Emil Velikov
2017-01-18
1
-0
/
+5
*
util: import sha1 implementation from OpenBSD
17.0-branchpoint
Emil Velikov
2017-01-18
1
-5
/
+0
*
compiler/glsl/tests: Fix print format when building 32-bit binaries on 64-bit...
Aaron Watry
2016-11-23
1
-1
/
+3
*
util/disk_cache: use unambiguous naming
Marek Olšák
2016-11-15
1
-70
/
+70
*
util: import cache.c/h from glsl
Marek Olšák
2016-11-15
1
-21
/
+1
*
glsl: Let cache_test build when the shader cache is not enabled
Ian Romanick
2016-10-07
1
-0
/
+4
*
glsl: Add initial functions to implement an on-disk cache
Timothy Arceri
2016-09-28
1
-0
/
+416