Skip to content

gallium/util: do not perform n^2 stencil blits

Erik Faye-Lund requested to merge kusma/mesa:fix-stencil-fallback-perf into master

We already loop n times here, no point in doing n instances as well.

Fixes: e8a40715 ("gallium/util: add blitter-support for stencil-fallback")

Merge request reports