Skip to content

zink: add a driver workaround to disable background compiles

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

it's stupid to do optimized background compiles if the driver is going to create the exact same pipeline, so add a workaround to disable this behavior

should improve ci runtimes on lavapipe by some amount

Merge request reports