1. 968edca stop calling SkBitmap::flatten by commit-bot@chromium.org · 10 years ago
  2. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  3. dcfaa73 Allowing Lanczos3 to be used in chromium by commit-bot@chromium.org · 10 years ago
  4. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 10 years ago
  5. c4b12f1 Implement correct clipping for image filters. by senorblanco@chromium.org · 10 years ago
  6. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  7. 336d1d7 Implement a computeFastBounds() traversal for SkImageFilter. by senorblanco@chromium.org · 10 years ago
  8. 6776b82 Make SkImageFilter crop rects relative to the primitive origin, instead of relative to their parent's crop rect. This is required by SVG semantics, and is more sane anyway. by senorblanco@chromium.org · 11 years ago
  9. 658e1b3 Fixing valgrind error by commit-bot@chromium.org · 11 years ago
  10. e93e1db Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource". by senorblanco@chromium.org · 11 years ago
  11. 4075770 Reverting 12528 & 12533 (Implement srcRect and dstRect functionality in SkBitmapSource) due to image differences on N4 by robertphillips@google.com · 11 years ago
  12. 094147d Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource". by commit-bot@chromium.org · 11 years ago
  13. 899b22a Revert "Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource"." until I can sort out the xfermodeimagefilter and tileimagefilter failures. by senorblanco@chromium.org · 11 years ago
  14. af35920 Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource". by senorblanco@chromium.org · 11 years ago
  15. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  16. 9f25de7 This patch implements generalized DAG connectivity for SkImageFilter. SkImageFilter maintains a list of inputs, which can be constructed either from a SkImageFilter** or zero or more SkImageFilter* arguments (varargs). by senorblanco@chromium.org · 12 years ago
  17. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
  18. f1369ce Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity by senorblanco@chromium.org · 12 years ago