1. 4dc5a45 remove defines and add commas by Cary Clark · 6 years ago
  2. ffa8484 Revert "Revert "remove unused api on xfermodeimagefilter"" by Mike Reed · 7 years ago
  3. 369f7ea Revert "remove unused api on xfermodeimagefilter" by Hal Canary · 7 years ago
  4. fcc4a07 remove unused api on xfermodeimagefilter by Mike Reed · 7 years ago
  5. 6b9cd05 remove unused variants in imagefilter factories by Mike Reed · 7 years ago
  6. 89cb821 Separate SkArithmeticImageFilter from SkXfermodeImageFilter. by Brian Salomon · 8 years ago
  7. 71fecc3 don't memtion SkXfermode in public by Mike Reed · 8 years ago
  8. 09d9435 remove lots of legacy flags by Mike Reed · 8 years ago
  9. 958788a remove 4 legacy flags (clients already updated) by Mike Reed · 8 years ago
  10. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  11. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  12. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  13. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  14. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  15. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  16. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  17. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  18. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  19. 403d154 Revert "Revert "replace Arithmetic xfermode with imagefilter"" by Mike Reed · 8 years ago
  20. 10ff5bf Revert "replace Arithmetic xfermode with imagefilter" by Mike Reed · 8 years ago
  21. 0530c88 replace Arithmetic xfermode with imagefilter by Mike Reed · 8 years ago
  22. 667a007 change SkXfermodeImageFilter to carry no impl information by Mike Reed · 8 years ago
  23. 2a75e5d Add output format properties to SkImageFilter::Context by brianosman · 8 years ago
  24. f230c6d Switch SkXfermodeImagerFilter over to new onFilterImage interface by robertphillips · 8 years ago
  25. 8c0326d Update SkXfermodeImageFilter to sk_sp by robertphillips · 8 years ago
  26. b591c77 Revert of Update SkXfermodeImageFilter to sk_sp (patchset #4 id:60001 of https://codereview.chromium.org/1852123002/ ) by robertphillips · 8 years ago
  27. 3bc9692 Update SkXfermodeImageFilter to sk_sp by robertphillips · 8 years ago
  28. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  29. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 8 years ago
  30. 4f03794 Alter SkXfermode's asFragmentProcessor & asXPFactory contracts by robertphillips · 8 years ago
  31. 5e1ddb1 Reland of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1540203002/ ) by reed · 9 years ago
  32. 2d6ba66 Revert of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1535353002/ ) by reed · 9 years ago
  33. d63f60a change all factories to return their base-class by reed · 9 years ago
  34. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  35. 31dc1b2 style nit cleanups. e.g. remove 'virtual' on override declarations by robertphillips · 9 years ago
  36. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  37. 24e06d5 Remove uniqueID from all filter serialization. by senorblanco · 9 years ago
  38. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  39. f3f5bad Add toString methods to SkImageFilter-derived classes by robertphillips · 10 years ago
  40. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  41. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  42. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  43. 5e5f948 Reimplement deserialization of SkImageFilter's uniqueID. by senorblanco · 10 years ago
  44. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 10 years ago
  45. 9ea3d57 Clean up SkImageFilter constructors. by senorblanco · 10 years ago
  46. bd0be25 Remove SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS flag. by commit-bot@chromium.org · 10 years ago
  47. ee845ae Fix SkXfermodeImageFilter when an input is cropped out. by senorblanco@chromium.org · 10 years ago
  48. 4cb543d Implement support for a Context parameter in image filters by senorblanco@chromium.org · 10 years ago
  49. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  50. ae761f7 Make SkImageFilter methods const. by commit-bot@chromium.org · 10 years ago
  51. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  52. b295fb6 Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing an SkRect and flags indicating which parameters are set. by senorblanco@chromium.org · 11 years ago
  53. 1a4fb70 Moving 4 SkImageFilter derived classes from blink to skia by commit-bot@chromium.org · 11 years ago
  54. 1aa54bf Added ctm matrix to GPU path by commit-bot@chromium.org · 11 years ago
  55. 7b32070 Implement offset for GPU filter path. Although we can't yet use this in Blink for FEOffset, due to SVG semantics, we can use it to support crop rect (upcoming patch). by commit-bot@chromium.org · 11 years ago
  56. 86fc266 Implement SkXfermode image filter. This required changing the signature of SkXfermode::asNewEffectOrCoeffs(), to add an optional background texture. by senorblanco@chromium.org · 11 years ago