mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-25 16:42:26 +00:00
ee0007c0f2
Fix source crop in the pixman render backend. It was being applied by using a source offset as arguments to pixman_image_composite32(). But this is wrong because the source crop should get applied before all the other transforms, not after them (or at least this is how it works in the other wlroots render backends). Instead, apply the source crop as yet another matrix transform when we're doing transforms (Or keep it the same as previously if there's no other transforming going on). Closes: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3830 |
||
---|---|---|
.. | ||
meson.build | ||
pass.c | ||
pixel_format.c | ||
renderer.c |