1. 03f1d12 Allow image filters to require a translation-only layer transform by Brian Osman · 3 years, 3 months ago
  2. 0b0ae67 Reland "Reland "Draw image filters directly under non-axis-aligned transforms"" by Michael Ludwig · 3 years, 4 months ago
  3. 1fe2b80 Revert "Reland "Draw image filters directly under non-axis-aligned transforms"" by Michael Ludwig · 3 years, 10 months ago
  4. 7712db9 Reland "Draw image filters directly under non-axis-aligned transforms" by Michael Ludwig · 3 years, 10 months ago
  5. 6cafdc0 Revert "Draw image filters directly under non-axis-aligned transforms" by Michael Ludwig · 3 years, 11 months ago
  6. f8f23b2 Draw image filters directly under non-axis-aligned transforms by Michael Ludwig · 3 years, 11 months ago
  7. 1c07aa7 Implement computeFastBounds in SkLocalMatrixImageFilter by Michael Ludwig · 4 years, 3 months ago
  8. 05a777d Define coord space tagged geometry for image filters v2. by Michael Ludwig · 5 years ago
  9. 5b21851 Add helpers for creating new contexts by Michael Ludwig · 5 years ago
  10. e30a485 Move the source image into Context by Michael Ludwig · 5 years ago
  11. 03f9ca3 Remove SkImageFilter_Base::OutputProperties by Michael Ludwig · 5 years ago
  12. 8ee6cf3 Move SkImageFilter functionality into private SkImageFilter_Base by Michael Ludwig · 5 years ago
  13. 08b260c Refactor complex CTM management for image filters by Michael Ludwig · 5 years ago
  14. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  15. f9666f5 Remove SkColorSpaceXformCanvas, and supporting code: by Brian Osman · 5 years ago
  16. 27dddae rebase by Cary Clark · 6 years ago
  17. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  18. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  19. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  20. 5191880 remove toString by Cary Clark · 6 years ago
  21. 1207843 Fix srcBounds computation in SkMatrixConvolutionImageFilter by Robert Phillips · 6 years ago
  22. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 6 years ago
  23. 60aaeb2 create imagepriv and name params by Cary Clark · 7 years ago
  24. 6d9f429 only create new instance if needed for colorspacexformer by Mike Reed · 7 years ago
  25. 62745a8 Finish overriding onMakeColorSpace() for SkImageFilters by Matt Sarett · 7 years ago
  26. 2a75e5d Add output format properties to SkImageFilter::Context by brianosman · 8 years ago
  27. 225db44 Outline SkImageFilter Make methods by robertphillips · 8 years ago
  28. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  29. 2238c9d Update SkMergeImageFilter to sk_sp by robertphillips · 8 years ago
  30. 372177e Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp by robertphillips · 8 years ago
  31. 8905790 Revert of Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp (patchset #6 id:100001 of https://codereview.chromium.org/1842793002/ ) by djsollen · 8 years ago
  32. a33cf07 Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp by robertphillips · 8 years ago
  33. 2302de9 Switch new SkImageFilter internal methods over to sk_sp by robertphillips · 8 years ago
  34. ae2f2de Switch SkLocalMatrixImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  35. e5e7984 Change signatures of filter bounds methods to return a rect. by senorblanco · 8 years ago
  36. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 9 years ago
  37. d8ff5b3 Image filters: Make a recursive, forward-mapping bounds by senorblanco · 9 years ago
  38. 4e23cda remove imagefilter::sizeconstraint by reed · 9 years ago
  39. c9b5f8b tunnel down texture-size-constraint to imagefilters by reed · 9 years ago
  40. b9519f8 Image Filters: refactor all CPU input processing into a filterInput helper function. by senorblanco · 9 years ago
  41. 20311d4 Implement SkLocalMatrixImageFilter. by senorblanco · 9 years ago