Files
mesa/src
Daniel Schürmann c2b9279227 radv: use vk_pipeline_cache
Replaces the RADV pipeline cache with an implementation
based on the common vk_pipeline_cache.

We use a dual-layer approach with two types of cache entries.

  1. radv_shader:
    - serialized as radv_shader_binary
    - uses SHA1 of the binary as key
  2. radv_pipeline_cache_object:
    - contains pointers to associated radv_shaders
    - serialized as list of SHA1
    - uses the pipeline hash as key

In combination with single-file disk-cache, this reduces the cache size by ~60%.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22030>
2023-04-11 11:38:15 +00:00
..
2023-04-11 11:38:15 +00:00
2023-04-07 03:23:04 +00:00
2023-03-30 18:46:04 +00:00
2023-03-05 16:31:51 +00:00
2023-04-10 21:56:04 +00:00
2023-03-13 01:22:46 +00:00
2023-04-07 15:51:20 +00:00
2023-02-18 00:44:43 +00:00