Skip to content
  • Daniel Sabo's avatar
    cartoon: Refactor caching behavior, don't linearize · c0590141
    Daniel Sabo authored
    * Use get_cached_region instead of internally caching the ramp
      calculations, the previous system caused the blur to be
      recomputed multiple times.
    
    * Use iterators instead of linearizing the buffers. I left the samplers
      for the gray buffers because I'm not sure if the effect they cause
      is intentional.
    c0590141