wlroots/render/pixman
David Turner ee0007c0f2 render/pixman: Fix source crop
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
2024-04-26 16:12:38 +00:00
..
meson.build render/pixman: implement render pass API 2023-04-25 17:26:35 +02:00
pass.c render/pixman: Fix source crop 2024-04-26 16:12:38 +00:00
pixel_format.c render/pixman/pixel_format: add more formats 2021-08-03 02:53:03 -04:00
renderer.c renderer: replace get_render_buffer_caps() with struct field 2024-04-22 11:38:30 +02:00