Skip to content

zink: handle stencil_fallback in zink_clear_depth_stencil

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

What does this MR do and why?

zink: handle stencil_fallback in zink_clear_depth_stencil

ctx->blitting will already be set at this point, meaning the flag
should not be modified and no barriers are required

fixes stencil blitting on nvk

cc: mesa-stable

Merge request reports