1. 9dcdc35 add missing include by mtklein · 8 years ago
  2. 4e97607 Use sse4.2 CRC32 instructions to hash when available. by mtklein · 8 years ago
  3. 56da025 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  4. 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
  5. 540e954 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  6. 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
  7. 1d024a3 Switch uses of SkChecksum::Compute to Murmur3. by mtklein · 9 years ago
  8. c8d1dd4 SkTHash: hash from fnptr to functor type by mtklein · 9 years ago
  9. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  10. 02f46cf Some usability ideas around SkTHash. by mtklein · 9 years ago
  11. bbf9f6d Revert of Slim Skia down to just one murmur3 implementation. (https://codereview.chromium.org/376183004/) by reed · 10 years ago
  12. 53d4359 Slim Skia down to just one murmur3 implementation. by mtklein · 10 years ago
  13. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  14. 2b0f7c3 Convert Checksum test to DEF_TEST() macro. by commit-bot@chromium.org · 11 years ago
  15. 70d75ca Add SkChecksum::Murmur3. BUG= R=reed@google.com by commit-bot@chromium.org · 11 years ago
  16. 0a117be Re-land r9059 with empty cityhash.gyp, instead of deleted cityhash.gyp by epoger@google.com · 11 years ago
  17. e8d08a0 Roll out r9059 to unbreak bots by epoger@google.com · 11 years ago
  18. aaf7343 Remove third-party cityhash, unused since r8992 by epoger@google.com · 11 years ago
  19. 908f583 rename SkBitmapChecksummer as SkBitmapHasher, and prepare for it to possibly use by epoger@google.com · 11 years ago
  20. 31114c6 Create SkBitmapChecksummer and associated SkBitmapTransformer by epoger@google.com · 12 years ago
  21. b485832 Mark 64-bit constants as ULL to fix broken 32-bit Mac 10.6 build by epoger@google.com · 12 years ago
  22. 0bba6bd Replace SkConsistentChecksum with SkCityHash (now including CityHash via DEPS) by epoger@google.com · 12 years ago
  23. f74dd16 Add self-test that reveals SkChecksum weakness by epoger@google.com · 12 years ago
  24. 4adfab8 Split off SkConsistentChecksum from SkChecksum by epoger@google.com · 12 years ago