Skip to content

zink: fix cross-context surface lifetimes

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

this fixes the case where a surface is shared across contexts but the context which created it is destroyed while it's still in use, e.g., obscure Renderdoc test cases

Merge request reports