Skip to content

zink: fix an obscure renderdoc thingy

Mike Blumenkrantz requested to merge zmike/mesa:zink-really_really_stupid into master

renderdoc unit tests manage to trigger cached surface sharing between contexts and deletion of surfaces after the actively-set context has been destroyed, so now I've added very, very stupid code to ensure that this can't ever happen again

Merge request reports