1. 898bbfa Update gms to use new image filter factories by Michael Ludwig · 5 years ago
  2. 8ee6cf3 Move SkImageFilter functionality into private SkImageFilter_Base by Michael Ludwig · 5 years ago
  3. 7fde8e1 IWYU for gms. by Ben Wagner · 5 years ago
  4. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  5. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  6. d46dce3 don't adapt any gray colors to 565 by Mike Klein · 6 years ago
  7. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  8. 549c899 Update SkImageSource to sk_sp by robertphillips · 8 years ago
  9. 51a315e Update SkOffsetImageFilter to sk_sp by robertphillips · 8 years ago
  10. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  11. 37bd7c3 Switch SkSpecialImage & SkSpecialSurface classes over to smart pointers by robertphillips · 8 years ago
  12. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  13. 5598b63 Convert unit tests, GMs from SkBitmapSource to SkImagesource by fmalita · 9 years ago
  14. 943a462 Minor code cleanup (left over from prior CL) by robertphillips · 9 years ago
  15. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  16. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
  17. 5f7f428 increase gm offsetimagefilter stroke width by caryclark · 9 years ago
  18. 18a240d make *imagefilter morphology iamge bitmapsource gm portable by caryclark · 9 years ago
  19. 5fbb623 add more tests by reed · 9 years ago
  20. da57105 Fix memory leak in simple-offsetimagefilter by robertphillips · 9 years ago
  21. b3fe1b8 more tests for offsetimagefilter by reed · 9 years ago
  22. 477fdd8 add simple test for offsetimagefilter by reed · 9 years ago
  23. 462a33c clean offsetimagefilter gm by reed · 9 years ago
  24. 16b254a Change some more GMs to clear to opaque black, not transparent black. by senorblanco · 9 years ago
  25. b0cce2c s/sk_tools::DrawCheckerboard/sk_tool_utils::draw_checkerboard/ by halcanary · 9 years ago
  26. 878fa02 Factor out checkerboard function in gm and sampleapp into tools. by halcanary · 9 years ago
  27. f4e5995 It is dangerous to ignore SkRect::intersect's return value by robertphillips · 10 years ago
  28. 690fc59 Revert of It is dangerous to ignore SkRect::intersect's return value (patchset #6 id:100001 of https://codereview.chromium.org/833943002/) by robertphillips · 10 years ago
  29. 152f524 It is dangerous to ignore SkRect::intersect's return value by robertphillips · 10 years ago
  30. 992c7b0 Add standard fonts to all GMs. by Cary Clark · 10 years ago
  31. f539318 Cleanup: Get rid of make_isize() function from gm.h. by tfarina · 10 years ago
  32. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 10 years ago
  33. e09244d Apply the CTM to the offset in the slow SkOffsetImageFilter path. by senorblanco@chromium.org · 10 years ago
  34. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 10 years ago
  35. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 10 years ago
  36. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 10 years ago
  37. 7fa2a65 fix more 64bit warnings by reed@google.com · 10 years ago
  38. eb9a46c add legacy/helper allocN32Pixels, and convert gm to use it by reed@google.com · 11 years ago
  39. 6776b82 Make SkImageFilter crop rects relative to the primitive origin, instead of relative to their parent's crop rect. This is required by SVG semantics, and is more sane anyway. by senorblanco@chromium.org · 11 years ago
  40. 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
  41. 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
  42. 1a4fb70 Moving 4 SkImageFilter derived classes from blink to skia by commit-bot@chromium.org · 11 years ago