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
/
mesa
/
state_tracker
/
st_shader_cache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/shader_cache: restore num_tgsi_tokens when loading from cache
Timothy Arceri
2018-01-27
1
-9
/
+16
*
mesa: change gl_link_status enums to uppercase
Brian Paul
2018-01-26
1
-1
/
+1
*
st/glsl_to_tgsi: add st_get_program_binary_driver_sha1() helper
Timothy Arceri
2018-01-17
1
-0
/
+6
*
st/glsl_to_tgsi: add (de)serialise program helpers
Timothy Arceri
2018-01-17
1
-127
/
+138
*
st/glsl_to_tgsi: stop passing pipe_shader_state to st_store_tgsi_in_disk_cache()
Timothy Arceri
2018-01-17
1
-10
/
+12
*
st/glsl_to_tgsi: store num_tgsi_tokens in st_*_program
Timothy Arceri
2018-01-17
1
-6
/
+9
*
st/glsl_to_tgsi: make use of driver_cache_blob with the disk cache
Timothy Arceri
2017-11-28
1
-220
/
+109
*
compiler/blob: Switch to init/finish instead of create/destroy
Jason Ekstrand
2017-10-12
1
-11
/
+12
*
glsl: pass shader source keys to the disk cache
Timothy Arceri
2017-08-25
1
-1
/
+1
*
mesa: pass gl_program to _mesa_associate_uniform_storage()
Samuel Pitoiset
2017-06-14
1
-2
/
+1
*
st/mesa: don't load cached TGSI shaders on demand
Marek Olšák
2017-06-05
1
-1
/
+6
*
st/mesa: don't mark the program as in cache_fallback when there is cache miss
Timothy Arceri
2017-05-20
1
-1
/
+1
*
mesa: add an env var to force cache fallback
Timothy Arceri
2017-05-20
1
-1
/
+5
*
st/mesa: improve shader cache debug info
Timothy Arceri
2017-05-20
1
-2
/
+4
*
st/mesa: simplify code due to unification to st_common_program
Marek Olšák
2017-05-08
1
-30
/
+10
*
st/mesa: unify TCS, TES, GS st_*_program structures
Marek Olšák
2017-05-08
1
-15
/
+15
*
glsl: Fix blob memory leak
Bartosz Tomczyk
2017-04-04
1
-1
/
+1
*
glsl, st/shader_cache: check the whole sha1 for zero
Grazvydas Ignotas
2017-03-27
1
-1
/
+2
*
util/disk_cache: use a helper to compute cache keys
Grazvydas Ignotas
2017-03-21
1
-6
/
+6
*
glsl: don't use ralloc for blob creation
Timothy Arceri
2017-03-13
1
-2
/
+2
*
st/mesa: don't propagate uniforms when restoring from cache
Timothy Arceri
2017-03-08
1
-1
/
+2
*
st/mesa: free shader cache buffer on fallback
Timothy Arceri
2017-02-24
1
-1
/
+3
*
st/mesa: fix crash in shader cache cased by race condition
Timothy Arceri
2017-02-24
1
-6
/
+8
*
st/mesa: implement a tgsi on-disk shader cache
Timothy Arceri
2017-02-23
1
-0
/
+406