Skip to content

util/disk_cache: Use async queue for blob cache puts

Rob Clark requested to merge robclark/mesa:cache/blob-async into main

Move deflate and put to the queue for the blob cache case. This moves the overhead out of the app thread when storing new shaders.

Merge request reports