Skip to content

zink: rework pipeline cache implementation

Mike Blumenkrantz requested to merge zmike/mesa:zink-pipeline_cache into main

this is now a screen-based queue which can be triggered to serialize cache updates, ensuring synchronization

the cache is on the program object, enabling incremental updates as well as variant loading for an entire pipeline collection at once

Merge request reports