1. e836c3a Move font/typeface related functions out of ToolUtils.h by Kevin Lubick · 1 year, 5 months ago
  2. 8f02388 //gm/gm.h: Fold GM::onISize() into GM::getISize(). by Leandro Lovisolo · 1 year, 7 months ago
  3. 24fa211 //gm/gm.h: Fold GM::onShortName() into GM::getName() and make it const. by Leandro Lovisolo · 1 year, 7 months ago
  4. 642f218 [skif] Remove SkImageFilters::Image factory that did not take SkSamplingOptions by Michael Ludwig · 1 year, 10 months ago
  5. 07c5f52 Pass sampling to drawImage calls by Mike Reed · 4 years, 2 months ago
  6. ac9f0c9 Bitmap.asImage() by Mike Reed · 4 years, 3 months ago
  7. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 6 months ago
  8. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 7 months ago
  9. 898bbfa Update gms to use new image filter factories by Michael Ludwig · 6 years ago
  10. fa3305a gm: add some overrides by Hal Canary · 6 years ago
  11. 7fde8e1 IWYU for gms. by Ben Wagner · 6 years ago
  12. e869a1e stop calling legacy 255-biased colormatrix by Mike Reed · 6 years ago
  13. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  14. 3966738 Non-substantive changes by Robert Phillips · 6 years ago
  15. b286bc2 Introduce new factory for SkColorFilters by Mike Reed · 6 years ago
  16. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 6 years ago
  17. d46dce3 don't adapt any gray colors to 565 by Mike Klein · 7 years ago
  18. 33d2055e GM: some header cleanup by Mike Klein · 8 years ago
  19. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  20. 534c270 Update TileImageFilter to sk_sp by robertphillips · 9 years ago
  21. 5605b56 Update SkColorFilterImageFilter to sk_sp by robertphillips · 9 years ago
  22. 549c899 Update SkImageSource to sk_sp by robertphillips · 9 years ago
  23. f270029 Fix padding bug in SkTileImageFilter. by senorblanco · 9 years ago
  24. 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 · 9 years ago
  25. 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 · 9 years ago
  26. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 9 years ago
  27. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 9 years ago
  28. f809d76 switch colorfilters to sk_sp by reed · 9 years ago
  29. 37bd7c3 Switch SkSpecialImage & SkSpecialSurface classes over to smart pointers by robertphillips · 9 years ago
  30. 9ce9d67 update callsites for Make image factories by reed · 9 years ago
  31. a9fbd16 Fix SkTileImageFilter when srcRect is a superset of bitmap bounds. by senorblanco · 9 years ago
  32. 5598b63 Convert unit tests, GMs from SkBitmapSource to SkImagesource by fmalita · 10 years ago
  33. 943a462 Minor code cleanup (left over from prior CL) by robertphillips · 10 years ago
  34. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 10 years ago
  35. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 10 years ago
  36. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 10 years ago
  37. 85693c1 make stroketext textblob* texteffects tileimagefilter gm portable by caryclark · 10 years ago
  38. 6319518 Add bigtileimagefilter GM & improvements to toString by robertphillips · 10 years ago
  39. 270fe6a Revert of Fix dst bound reported by SkTileImageFilter (patchset #3 id:40001 of https://codereview.chromium.org/1152553006/) by robertphillips · 10 years ago
  40. 0be6857 Fix dst bound reported by SkTileImageFilter by robertphillips · 10 years ago
  41. a66cc7e Revert of Fix dst bound reported by SkTileImageFilter (patchset #3 id:40001 of https://codereview.chromium.org/1152553006/) by robertphillips · 10 years ago
  42. 05be93b Fix dst bound reported by SkTileImageFilter by robertphillips · 10 years ago
  43. 16b254a Change some more GMs to clear to opaque black, not transparent black. by senorblanco · 10 years ago
  44. b0cce2c s/sk_tools::DrawCheckerboard/sk_tool_utils::draw_checkerboard/ by halcanary · 10 years ago
  45. 878fa02 Factor out checkerboard function in gm and sampleapp into tools. by halcanary · 10 years ago
  46. 992c7b0 Add standard fonts to all GMs. by Cary Clark · 11 years ago
  47. f539318 Cleanup: Get rid of make_isize() function from gm.h. by tfarina · 11 years ago
  48. 0a5c233 Implement bounds traversals for tile and matrix convolution filters. by senorblanco@chromium.org · 11 years ago
  49. cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 11 years ago
  50. c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 11 years ago
  51. bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 11 years ago
  52. b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 11 years ago
  53. eb9a46c add legacy/helper allocN32Pixels, and convert gm to use it by reed@google.com · 11 years ago
  54. 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
  55. e93e1db Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource". by senorblanco@chromium.org · 11 years ago
  56. 4075770 Reverting 12528 & 12533 (Implement srcRect and dstRect functionality in SkBitmapSource) due to image differences on N4 by robertphillips@google.com · 11 years ago
  57. 094147d Implement srcRect and dstRect functionality in SkBitmapSource. This is required for the "preserveAspectRatio" options of SVG's feImage. Covered by new GM "bitmapsource". by commit-bot@chromium.org · 11 years ago
  58. 1a4fb70 Moving 4 SkImageFilter derived classes from blink to skia by commit-bot@chromium.org · 11 years ago