gl-renderer: apply output transform before readback in repaint
When reading back for the remote backends we need to convert the extents of the damage (which is in global coordinates) to output coordinates to read back the correct region. We were doing this in a bespoke fashion by adding the output coordinates. Instead, use weston_matrix_transform_rect() to transform the extents by the output transform - which includes the scale factor. This fixes output scale on RDP with the gl renderer. Signed-off-by: Derek Foreman <derek.foreman@collabora.com> (cherry picked from commit 527bc8ae)
parent
b49856fe
Loading
Loading
Pipeline
#1155329
passed
with stages
in
7 minutes and 53 seconds
Loading
Please register or sign in to comment