1. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  2. fc11b0a Update SkMorphology ImageFilters to sk_sp by robertphillips · 8 years ago
  3. f299e71 Switch SkMorphologyImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  4. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  5. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
  6. 18a240d make *imagefilter morphology iamge bitmapsource gm portable by caryclark · 9 years ago
  7. 992c7b0 Add standard fonts to all GMs. by Cary Clark · 10 years ago
  8. f539318 Cleanup: Get rid of make_isize() function from gm.h. by tfarina · 10 years ago
  9. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  10. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 10 years ago
  11. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 10 years ago
  12. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 10 years ago
  13. eb9a46c add legacy/helper allocN32Pixels, and convert gm to use it by reed@google.com · 10 years ago
  14. 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
  15. 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
  16. 8fcad98 Implement crop rect for the dilate and erode (morphology) filters. This provoked some cleanup on the GPU side: apply_morphology() now deals with SkBitmaps, rather than GrTextures. There's still a clear opportunity for more refactoring between the two filters. by senorblanco@chromium.org · 11 years ago
  17. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  18. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  19. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  20. ae933ce Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  21. 56dd630 Clamp dilate and erode radius to image width and height. by senorblanco@chromium.org · 12 years ago
  22. 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 12 years ago