intel/perf: create a vtable entry for emit_report_count
[mesa.git] / src / mesa / state_tracker / st_shader_cache.c
2019-06-04 Timothy Arcerist/glsl: make sure to propagate initialisers to driver...
2019-03-12 Brian Paulst/mesa: move utility functions, macros into new st_uti...
2018-07-10 Jordan Justenmesa: Add gl_shader_program param to ProgramBinarySeria...
2018-07-10 Jordan Justenst/mesa: Skip serializing driver_cache_blob if it exists
2018-05-10 Mathias Fröhlichst/mesa: Make the input_to_index array available.
2018-02-20 Timothy Arcerist/shader_cache: copy nir pointer to gl_program after...
2018-02-14 Timothy Arcerist/shader_cache: add st_{de}serialise_nir_program(...
2018-02-09 Timothy Arcerist: add nir shader disk cache support
2018-01-26 Timothy Arcerist/shader_cache: restore num_tgsi_tokens when loading...
2018-01-26 Brian Paulmesa: change gl_link_status enums to uppercase
2018-01-17 Timothy Arcerist/glsl_to_tgsi: add st_get_program_binary_driver_sha1...
2018-01-17 Timothy Arcerist/glsl_to_tgsi: add (de)serialise program helpers
2018-01-17 Timothy Arcerist/glsl_to_tgsi: stop passing pipe_shader_state to...
2018-01-17 Timothy Arcerist/glsl_to_tgsi: store num_tgsi_tokens in st_*_program
2017-11-27 Timothy Arcerist/glsl_to_tgsi: make use of driver_cache_blob with...
2017-10-13 Jason Ekstrandcompiler/blob: Switch to init/finish instead of create...
2017-08-25 Timothy Arceriglsl: pass shader source keys to the disk cache
2017-06-14 Samuel Pitoisetmesa: pass gl_program to _mesa_associate_uniform_storage()
2017-06-05 Marek Olšákst/mesa: don't load cached TGSI shaders on demand
2017-05-19 Timothy Arcerist/mesa: don't mark the program as in cache_fallback...
2017-05-19 Timothy Arcerimesa: add an env var to force cache fallback
2017-05-19 Timothy Arcerist/mesa: improve shader cache debug info
2017-05-08 Marek Olšákst/mesa: simplify code due to unification to st_common_...
2017-05-08 Marek Olšákst/mesa: unify TCS, TES, GS st_*_program structures
2017-04-03 Bartosz Tomczykglsl: Fix blob memory leak
2017-03-27 Grazvydas Ignotasglsl, st/shader_cache: check the whole sha1 for zero
2017-03-21 Grazvydas Ignotasutil/disk_cache: use a helper to compute cache keys
2017-03-12 Timothy Arceriglsl: don't use ralloc for blob creation
2017-03-07 Timothy Arcerist/mesa: don't propagate uniforms when restoring from...
2017-02-23 Timothy Arcerist/mesa: free shader cache buffer on fallback
2017-02-23 Timothy Arcerist/mesa: fix crash in shader cache cased by race condition
2017-02-22 Timothy Arcerist/mesa: implement a tgsi on-disk shader cache