1. 568f0ae drawBitmap is deprecated by Mike Reed · 3 years, 8 months ago
  2. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years ago
  3. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 1 month ago
  4. bf8439d Fix GMs broken during API porting by Michael Ludwig · 5 years ago
  5. 898bbfa Update gms to use new image filter factories by Michael Ludwig · 5 years ago
  6. 7fde8e1 IWYU for gms. by Ben Wagner · 5 years ago
  7. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  8. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  9. df2d27e drawText Cleanup, part 2 by Hal Canary · 6 years ago
  10. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  11. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  12. fc11b0a Update SkMorphology ImageFilters to sk_sp by robertphillips · 8 years ago
  13. f299e71 Switch SkMorphologyImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  14. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  15. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
  16. 18a240d make *imagefilter morphology iamge bitmapsource gm portable by caryclark · 9 years ago
  17. 992c7b0 Add standard fonts to all GMs. by Cary Clark · 10 years ago
  18. f539318 Cleanup: Get rid of make_isize() function from gm.h. by tfarina · 10 years ago
  19. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 11 years ago
  20. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 11 years ago
  21. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 11 years ago
  22. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 11 years ago
  23. eb9a46c add legacy/helper allocN32Pixels, and convert gm to use it by reed@google.com · 11 years ago
  24. 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
  25. 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
  26. 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
  27. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  28. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  29. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  30. 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
  31. 56dd630 Clamp dilate and erode radius to image width and height. by senorblanco@chromium.org · 12 years ago
  32. 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 13 years ago