1. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 5 years ago
  2. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  3. 94cca60 start to use font for measure, not paint by Mike Reed · 6 years ago
  4. 2871509 change params to getPaths callback, avoiding a xform/copy up front. by Mike Reed · 6 years ago
  5. 07f93f2 impl SkFont::getPath by Mike Reed · 6 years ago
  6. 8a00144 test,tools: whitespace changes for clang-format by Hal Canary · 6 years ago
  7. a1ebeb2 Remove const from `const int loops`. by mtklein · 9 years ago
  8. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  9. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  10. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  11. 1348dfd Cleanup: Remove a bunch of SkFontHost.h includes (unused). by tfarina · 10 years ago
  12. 67a3271 Slim Skia down to just one murmur3 implementation. by mtklein · 10 years ago
  13. 1feac79 Revert of Slim Skia down to just one murmur3 implementation. (https://codereview.chromium.org/376183004/) by mtklein · 10 years ago
  14. 6ac0037 Slim Skia down to just one murmur3 implementation. by mtklein · 10 years ago
  15. f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
  16. 3361471 Simplify benchmark internal API. by commit-bot@chromium.org · 11 years ago
  17. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  18. 410e6e8 Refactoring: get rid of the SkBenchmark void* parameter. by mtklein@google.com · 11 years ago
  19. c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
  20. a707fd5 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  21. c265230 add cache efficiency test by reed@google.com · 11 years ago
  22. 5872e00 doh. send byte length, not word count, to measureText by reed@google.com · 11 years ago
  23. 2fef6d2 move measureText to be the only thing in the inner loop by reed@google.com · 11 years ago
  24. c9ab48f switch array to uint16_t to fix overflows by reed@google.com · 11 years ago
  25. 664621a include the right named .h for glyph data by reed@google.com · 11 years ago
  26. 8af0371 add bench for fontcache performance (measurement) by reed@google.com · 11 years ago