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