Skip to content

dzn: Transition resource to RENDER_TARGET/DEPTH_WRITE before clears

Boris Brezillon requested to merge bbrezillon/mesa:dzn-state-transition-fix into main

When clear_attachment() is called, we must ensure the resource is in the DEPTH_WRITE or RENDER_TARGET state.

Merge request reports