1. b23630c Reland "Remove SkTLList" by Michael Ludwig · 3 years ago
  2. 14b1d56 Revert "Remove SkTLList" by Michael Ludwig · 3 years ago
  3. e1d523d Remove SkTLList by Michael Ludwig · 3 years ago
  4. 2f6e2f8 Use SkClipOp::kFoo instead of kFoo_SkClipOp from SkClipOpPriv by Michael Ludwig · 3 years ago
  5. 607a382 drawBitmap is deprecated, use drawImage by Mike Reed · 3 years, 6 months ago
  6. d849a75 use pathbuilder by Mike Reed · 3 years, 10 months ago
  7. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 3 years, 11 months ago
  8. 92f6eb1 use pathbuilder by Mike Reed · 3 years, 11 months ago
  9. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years ago
  10. 116b33e Remove SkMaxScalar and SkMinScalar by Brian Osman · 4 years, 5 months ago
  11. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 5 years ago
  12. 7fde8e1 IWYU for gms. by Ben Wagner · 5 years ago
  13. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  14. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 5 years ago
  15. 4428f2c Remove SkScalarSinCos by Brian Osman · 5 years ago
  16. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  17. 4de2f1f add drawString to ease the pain of converting to skfont by Mike Reed · 6 years ago
  18. 2e6db18 use font instead of paint by Mike Reed · 6 years ago
  19. d46dce3 don't adapt any gray colors to 565 by Mike Klein · 6 years ago
  20. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  21. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  22. 3661bc9 hide trivial helpers on canvas by Mike Reed · 7 years ago
  23. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  24. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  25. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  26. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  27. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  28. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  29. 2ad1aa6 partial switch over to sp usage of shaders by reed · 8 years ago
  30. f045d60 Make block size a template parameter of SkTLList by bsalomon · 9 years ago
  31. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  32. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  33. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  34. fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 9 years ago
  35. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  36. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
  37. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  38. 2e09660 make convex poly clip portable by caryclark · 9 years ago
  39. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  40. 1c40292 remove unused GM flags by mtklein · 9 years ago
  41. cf5d9c9 Spin off GM::runAsBench() from flags. by mtklein · 9 years ago
  42. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  43. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  44. 992c7b0 Add standard fonts to all GMs. by Cary Clark · 10 years ago
  45. 5fb6bd4 use platform-independent font for gm by caryclark · 10 years ago
  46. f539318 Cleanup: Get rid of make_isize() function from gm.h. by tfarina · 10 years ago
  47. 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  48. 3339ac5 Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/) by commit-bot@chromium.org · 10 years ago
  49. 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  50. e2b193c Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  51. ee0cac3 remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  52. a90c680 Turn on quilt mode in DM. by commit-bot@chromium.org · 10 years ago
  53. 9c9005a Move SkShader::fLocalMatrix into SkShader constructor. by commit-bot@chromium.org · 10 years ago
  54. b21fac1 Make GMs aware of what tool they're being run in. by commit-bot@chromium.org · 10 years ago
  55. 1dab403 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  56. b511be5 Add rect clip to convex_poly_clip GM by commit-bot@chromium.org · 10 years ago
  57. 6adce67 Allow GMs to be used as benchmarks. Make convex_poly_clip opt in. by commit-bot@chromium.org · 10 years ago
  58. a343c84 Add GM with convex polygon clips by commit-bot@chromium.org · 10 years ago