1. d5148e3 Move SkNoncopyable to include/private. by Ben Wagner · 6 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. e71000f Move SkChecksum::Murmur3 out of the header. by mtklein · 9 years ago
  9. c8d1dd4 SkTHash: hash from fnptr to functor type by mtklein · 9 years ago
  10. fd8ed69 Move SkTHash.h to include/private. by mtklein · 9 years ago[Renamed from src/core/SkChecksum.h]
  11. 478c9e4 Revert "Move headers used by headers in include/ to include/private." by Mike Klein · 9 years ago[Renamed from include/private/SkChecksum.h]
  12. 928e165 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago[Renamed from src/core/SkChecksum.h]
  13. 4417c7f Revert "Move headers used by headers in include/ to include/private." by jvanverth · 9 years ago[Renamed from include/private/SkChecksum.h]
  14. a89f551 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago[Renamed from src/core/SkChecksum.h]
  15. 02f46cf Some usability ideas around SkTHash. by mtklein · 9 years ago
  16. 40dab98 Use murmur3 finisher to improve font hash efficiency. by reed · 10 years ago
  17. 19fcc74 Slim Skia down to just one murmur3 implementation. by mtklein · 10 years ago
  18. bbf9f6d Revert of Slim Skia down to just one murmur3 implementation. (https://codereview.chromium.org/376183004/) by reed · 10 years ago
  19. 53d4359 Slim Skia down to just one murmur3 implementation. by mtklein · 10 years ago
  20. 67a3271 Slim Skia down to just one murmur3 implementation. by mtklein · 10 years ago
  21. 1feac79 Revert of Slim Skia down to just one murmur3 implementation. (https://codereview.chromium.org/376183004/) by mtklein · 10 years ago
  22. 6ac0037 Slim Skia down to just one murmur3 implementation. by mtklein · 10 years ago
  23. e1085e0 move SkChecksum and SkEmptyShader to private by reed · 10 years ago[Renamed from include/core/SkChecksum.h]
  24. 70d75ca Add SkChecksum::Murmur3. BUG= R=reed@google.com by commit-bot@chromium.org · 11 years ago
  25. d42f758 add block comment for using SkChecksum by reed@google.com · 11 years ago
  26. 41d0d2f comment-only: add "this may change" warning to SkChecksum.h by epoger@google.com · 12 years ago
  27. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  28. 142e1fe restore 4478 w/ fixed assert (no long need 8-byte alignment) by reed@google.com · 12 years ago
  29. fc8581b revert 4478 by reed@google.com · 12 years ago
  30. f8affe5 switch callers to SkChecksum::Compute (no 32/64 preference) by reed@google.com · 12 years ago
  31. b158a82 fix 64bit warnings (use: GYP_DEFINES=skia_arch_width=64 make ... ) by reed@google.com · 12 years ago
  32. 88db9ef add SkChecksum as a static class, for the replacement API by reed@google.com · 12 years ago
  33. 5ccbe38 undo accidental checkin by reed@google.com · 12 years ago
  34. ab69788 create symbols for the various SSE values by reed@google.com · 12 years ago
  35. fffc8d0 Added EOF marker to address clang++ error by robertphillips@google.com · 12 years ago
  36. ef76060 Adding checksum to SkFlatData to accelerate SkPicture recording. by junov@chromium.org · 12 years ago