Skip to content

asahi: Use util_blitter_clear

Alyssa Rosenzweig requested to merge asahi/mesa:asahi/blitter-clear into main
To avoid flush, use util_blitter_clear to clear with rectangles when
there is already content in the scene. This ~doubles the performance of
Inochi2D, which does frequent stencil clears in the middle of the screen
to implement masking.
  • bug fixes to make sure that doesn't regress things + other misc fixes

Cc @asahilina

Edited by Alyssa Rosenzweig

Merge request reports