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