Skip to content

nvk: Get started on pipeline caching

Faith Ekstrand requested to merge gfxstrand/mesa:nvk/cache-nir into main

This adds all the driver boilerplate for the disk cache and gets us caching NIR after conversion from SPIR-V. It doesn't have anything for caching actual binaries, however.

Merge request reports