Use matrix analysis for filtering decisions in the pixman renderer
!1015 (merged) intends to provide this for the gl renderer, but ignore the similar code paths in the pixman renderer. This requires a little more effort because repaint_region()
in pixman-renderer.c
isn't passed the paint node.
See !1015 (comment 1617225) for a good description of what this entails.