Skip to content
  • Emmanuele Bassi's avatar
    gsk: Move scaling filters to GskRenderNode · b1c54750
    Emmanuele Bassi authored
    The renderer will always use nearest-neighbor filters because it renders
    at 1:1 pixel to texel ratio.
    
    On the other hand, render nodes may be scaled, so we need to offer a way
    to control the minification and magnification filters.
    b1c54750