Skip to content

zink: don't break early when applying fb clears

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

a resource can be bound to multiple fb attachments, each with its own clear, so ensure that all of these are applied

fixes #5542 (closed)

cc: mesa-stable

Merge request reports