1. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  2. 81700f6 remove DownSample imagefilter was just created early on as a test filter by reed · 8 years ago
  3. 5605b56 Update SkColorFilterImageFilter to sk_sp by robertphillips · 8 years ago
  4. fc11b0a Update SkMorphology ImageFilters to sk_sp by robertphillips · 8 years ago
  5. 6e7025a Update SkBlurImageFilter to sk_sp by robertphillips · 8 years ago
  6. 51a315e Update SkOffsetImageFilter to sk_sp by robertphillips · 8 years ago
  7. 2238c9d Update SkMergeImageFilter to sk_sp by robertphillips · 8 years ago
  8. d053ce9 Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1821103004/ ) by reed · 8 years ago
  9. d688929 Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #3 id:40001 of https://codereview.chromium.org/1825073002/ ) by reed · 8 years ago
  10. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  11. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  12. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  13. 6404981 Fix zero-sized blur with crop rect. by senorblanco · 8 years ago
  14. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  15. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  16. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  17. 96f16e8 Use DEF_GM everywhere by scroggo · 9 years ago
  18. 2f5891e Remove SkBitmapSource by fmalita · 9 years ago
  19. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  20. 1259601 make tests portable by using 565 compatible colors by caryclark · 9 years ago
  21. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
  22. ceadfef next batch of portable typeface changes by caryclark · 9 years ago
  23. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  24. 465206a Add missing SK_OVERRIDE by rmistry · 9 years ago
  25. 80a61df Fix Morphology effects sourcing outside of the crop rect. by cwallez · 9 years ago
  26. 1eea9fc Revert of Fix Morphology effects sourcing outside of the crop rect. (patchset #6 id:100001 of https://codereview.chromium.org/781153002/) by mtklein · 9 years ago
  27. f6be925 Fix Morphology effects sourcing outside of the crop rect. by cwallez · 9 years ago
  28. 1c40292 remove unused GM flags by mtklein · 9 years ago
  29. f4aa9cc remove unnecessary save/clip/restore by reed · 10 years ago
  30. 992c7b0 Add standard fonts to all GMs. by Cary Clark · 10 years ago
  31. a90c680 Turn on quilt mode in DM. by commit-bot@chromium.org · 10 years ago
  32. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  33. eb9a46c add legacy/helper allocN32Pixels, and convert gm to use it by reed@google.com · 10 years ago
  34. 8b66abb Remove support for SK_CROP_RECT_IS_INT, now that it is no longer used in Blink or Chrome. by senorblanco@chromium.org · 11 years ago
  35. 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
  36. 962c886 Implement crop rect support for the merge image filter. by senorblanco@chromium.org · 11 years ago
  37. 7168ecc Transpose the samples in imagefilterscropped, and add a 1x1 blur. The latter by senorblanco@chromium.org · 11 years ago
  38. 194d775 This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples. by senorblanco@chromium.org · 11 years ago
  39. 58c856a Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side unit test failures by robertphillips@google.com · 11 years ago
  40. 6ae6383 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  41. ccf225c This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples. by senorblanco@chromium.org · 11 years ago