Skip to content
  • Jonny Lamb's avatar
    pixman-renderer: implement surface scaling and cropping · fa1b3055
    Jonny Lamb authored
    The pixman renderer doesn't use the weston_surface_to_buffer*
    functions to alter coordinates depending on buffer transformation,
    buffer scaling, and surface scaler (wl_surface_scaler).
    pixman_transform_scale() is used instead to perform said
    transformations without having to modify each coordinate.
    fa1b3055