1. 70fae35 Preserve winding scale for outer edges in AA triangulation by Michael Ludwig · 3 years, 6 months ago
  2. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 1 month ago
  3. 06d7c9d Revert "Revert "use pathbuilder"" by Mike Reed · 4 years, 1 month ago
  4. 43e3e91 Revert "use pathbuilder" by Mike Reed · 4 years, 1 month ago
  5. 4b25d41 use pathbuilder by Mike Reed · 4 years, 1 month ago
  6. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 2 months ago
  7. 7fde8e1 IWYU for gms. by Ben Wagner · 5 years ago
  8. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  9. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  10. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  11. 1c40292 remove unused GM flags by mtklein · 10 years ago
  12. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  13. f9d6101 There can be only one (SkRandom)! by scroggo · 10 years ago
  14. a90c680 Turn on quilt mode in DM. by commit-bot@chromium.org · 10 years ago
  15. 7fa2a65 fix more 64bit warnings by reed@google.com · 11 years ago
  16. 09800bc Fix warning as error on Mac for implicit narrowing conversion from r12413. by bungeman@google.com · 11 years ago
  17. c09df2c Non-rect polygons are not covered in GM cases, such as triangle, trapezoid, diamond, polygons with lots of edges, concave polygons, etc, especially for stroke-style and stroke-and-fill style painters. So add a GM case to avoid potential rendering errors. by commit-bot@chromium.org · 11 years ago