Skip to content
  • Danny Robson's avatar
    Check cached parameters to avoid relinking nodes · 39973439
    Danny Robson authored and Øyvind "pippin" Kolås's avatar Øyvind "pippin" Kolås committed
    When prepare is called, we have been relinking the
    input/composite/output nodes dependent on whether there is an input.
    This causes massive cache invalidations on every call to prepare,
    halting forward progress of gegl_processor_render. Cache the previous
    parameters and only relink the nodes if there has been a change.
    39973439