1. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 1 month ago
  2. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 1 month ago
  3. 9dc0b9e remove code now that loopers are dead (w.r.t. canvas and paint) by Mike Reed · 5 years ago
  4. b7dad44 Reland "hide drawlooper from paint" by Mike Reed · 5 years ago
  5. 6dc14de Revert "hide drawlooper from paint" by Robert Phillips · 5 years ago
  6. 766b42b hide drawlooper from paint by Mike Reed · 5 years ago
  7. c9f0c59 simplify how we call apply by Mike Reed · 5 years ago
  8. efe259b add apply method to drawlooper by Mike Reed · 5 years ago
  9. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 5 years ago
  10. 7fde8e1 IWYU for gms. by Ben Wagner · 5 years ago
  11. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  12. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 5 years ago
  13. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 6 years ago
  14. 8619a34 Revert "Hide setDrawLooper -- deprecate loopers" by Mike Reed · 6 years ago
  15. c877ea2 Hide setDrawLooper -- deprecate loopers by Mike Reed · 6 years ago
  16. df2d27e drawText Cleanup, part 2 by Hal Canary · 6 years ago
  17. 2ed7820 use SkFont in a lot of places by Mike Reed · 6 years ago
  18. 343553a Don't use MEM_MOVE=true with SkTArrays of sk_sp by Brian Salomon · 6 years ago
  19. d46dce3 don't adapt any gray colors to 565 by Mike Klein · 6 years ago
  20. 1be1f8d hide SkBlurMaskFilter and SkBlurQuality by Mike Reed · 7 years ago
  21. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  22. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  23. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  24. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  25. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  26. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  27. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  28. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  29. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  30. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  31. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  32. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  33. 37283c2 Use sk_sp text blob APIs by fmalita · 8 years ago
  34. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  35. efdfd51 switch maskfilters to sk_sp by reed · 8 years ago
  36. 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
  37. 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
  38. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  39. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  40. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  41. 7b380d0 guard rasterizer and drawlooper setters by reed · 8 years ago
  42. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 9 years ago
  43. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 9 years ago
  44. 9fbee18 switch patheffects over to sk_sp by reed · 9 years ago
  45. 1a9b964 Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ )" by reed · 9 years ago
  46. 9283d20 Revert of more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ ) by reed · 9 years ago
  47. ce563cd more shader-->sp conversions by reed · 9 years ago
  48. 0daf5dd move declaration of CreateLightingFilter into SkColorMatrixFilter by reed · 9 years ago
  49. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  50. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  51. f597c42 make pixelsnap textblob* etc gm portable by caryclark · 9 years ago
  52. 9e36c1a Start canonicalizing color for all A8 textblobs by joshualitt · 9 years ago
  53. d0b5c33 Adding draw looper gm for textblobs by joshualitt · 9 years ago