Skip to content
  • Ell's avatar
    buffer: use per-instance hot-tile for nearest samplers · 7404ac11
    Ell authored
    In GeglSamplerNearest, use a per-instance hot-tile pointer, rather
    than using the tile-storage's common hot-tile pointer, so that
    sampling from the sampler's hot-tile doesn't require locking the
    tile storage.  This notably improves multithreaded performance of
    ops that use a nearest sampler with a more-or-less regular sampling
    pattern.
    7404ac11