Resolves https://github.com/flutter/flutter/issues/127013. Makes mask blurs work for most color source + geometry combinations. Crucially, this doesn't interfere with the fast paths for solid color RRect blurs (used for shadows). I'll be addressing mask blurs for text in a follow-up.