Skip to content

zink: check for pending clears to determine write status of zs attachments

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

as @Venemo discovered, zs layouts were being incorrectly set to readonly in the case where the attachment was only used for an explicit clear, so ensure that gets taken into account

cc: mesa-stable

Merge request reports