1. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years ago
  2. 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 5 years ago
  3. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  4. 0f2f522 SkMD5 returns digest by Hal Canary · 5 years ago
  5. 4e97607 Use sse4.2 CRC32 instructions to hash when available. by mtklein · 8 years ago
  6. 1e90304 SkMD5: .update() -> .write() by halcanary · 8 years ago
  7. 048494c clean up more dead code by mtklein · 9 years ago
  8. f2b340f Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  9. aa97a84 Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:80001 of https://codereview.chromium.org/1610823002/ ) by djsollen · 9 years ago
  10. 4c5cd7d Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  11. 56da025 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  12. 3c2d32b Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:20001 of https://codereview.chromium.org/1436973003/ ) by mtklein · 9 years ago
  13. 540e954 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  14. 0274efb Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:20001 of https://codereview.chromium.org/1436973003/ ) by mtklein · 9 years ago
  15. 1d024a3 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  16. a1ebeb2 Remove const from `const int loops`. by mtklein · 9 years ago
  17. f059900 Fix up -Winconsistent-missing-override by mtklein · 9 years ago
  18. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  19. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  20. f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
  21. 3361471 Simplify benchmark internal API. by commit-bot@chromium.org · 11 years ago
  22. 644629c Implement a benchmark for GrResourceCache by commit-bot@chromium.org · 11 years ago
  23. 410e6e8 Refactoring: get rid of the SkBenchmark void* parameter. by mtklein@google.com · 11 years ago
  24. c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
  25. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  26. 6485b0b Switch out random number generator for tests, benches, samples. by commit-bot@chromium.org · 11 years ago
  27. 7f1af50 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  28. 70d75ca Add SkChecksum::Murmur3. BUG= R=reed@google.com by commit-bot@chromium.org · 11 years ago
  29. 0a117be Re-land r9059 with empty cityhash.gyp, instead of deleted cityhash.gyp by epoger@google.com · 11 years ago
  30. e8d08a0 Roll out r9059 to unbreak bots by epoger@google.com · 11 years ago
  31. aaf7343 Remove third-party cityhash, unused since r8992 by epoger@google.com · 11 years ago
  32. 77472f0 Bench : Unused parameters cleanup by sugoi@google.com · 11 years ago
  33. 7de18e5 Add sk_ignore_unused_variable to avoid warnings. by bungeman@google.com · 12 years ago
  34. 29dea74 Fix warnings resulting from 7496. by bungeman@google.com · 12 years ago
  35. cfcb1be Add SHA1 and MD5 to utils. https://codereview.appspot.com/7071055/ by bungeman@google.com · 12 years ago
  36. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  37. 433ce5e Made more benchs non-rendering by robertphillips@google.com · 12 years ago
  38. 142e1fe restore 4478 w/ fixed assert (no long need 8-byte alignment) by reed@google.com · 12 years ago
  39. fc8581b revert 4478 by reed@google.com · 12 years ago
  40. f8affe5 switch callers to SkChecksum::Compute (no 32/64 preference) by reed@google.com · 12 years ago
  41. 88db9ef add SkChecksum as a static class, for the replacement API by reed@google.com · 12 years ago
  42. ef76060 Adding checksum to SkFlatData to accelerate SkPicture recording. by junov@chromium.org · 12 years ago