Skip to content

zink: more accurately track supported blits

Erik Faye-Lund requested to merge kusma/mesa:zink-blit-rendercond into master

We don't care if blits need to respect render-conditions if there's no active one. So let's hit the potentially faster native blit-paths instead.

Fixes: 5743fa6e ("zink: enable conditional rendering if available") Closes: #3792 (closed)

Merge request reports