Re: [Mesa-dev] V4 TGSI on-disk shader cache

2017-02-22 Thread Nicolai Hähnle
On 22.02.2017 04:45, Timothy Arceri wrote: Changes in V4: - split tgsi cache code into its own file - add missing fallback for tgsi cache miss - share the sha1 generated by the load function with the store function like in the glsl ir cache. - add get_disk_shader_cache() to the pass-throughs -

Re: [Mesa-dev] V4 TGSI on-disk shader cache

2017-02-21 Thread Edward O'Callaghan
The rest of this series is, Reviewed-by: Edward O'Callaghan On 02/22/2017 02:45 PM, Timothy Arceri wrote: > Changes in V4: > > - split tgsi cache code into its own file > - add missing fallback for tgsi cache miss > - share the sha1 generated by the load function with the > store function lik

[Mesa-dev] V4 TGSI on-disk shader cache

2017-02-21 Thread Timothy Arceri
Changes in V4: - split tgsi cache code into its own file - add missing fallback for tgsi cache miss - share the sha1 generated by the load function with the store function like in the glsl ir cache. - add get_disk_shader_cache() to the pass-throughs - add get_disk_shader_cache() description to