skia2/dm
mtklein 02f46cf878 Some usability ideas around SkTHash.
- By default, use new SkGoodHash to hash keys, which is:
    * for 4 byte values, use SkChecksum::Mix,
    * for SkStrings, use SkChecksum::Murmur3 on the data,
    * for other structs, shallow hash the struct with Murmur3.
  - Expand SkChecksum::Murmur3 to support non-4-byte-aligned data.
  - Add const foreach() methods.
  - Have foreach() take a functor, which allows lambdas.

BUG=skia:

Review URL: https://codereview.chromium.org/1021033002
2015-03-20 13:48:42 -07:00
..
DM.cpp Some usability ideas around SkTHash. 2015-03-20 13:48:42 -07:00
DMGpuSupport.h patch from issue 886233004 at patchset 40001 (http://crrev.com/886233004#ps40001) 2015-02-02 18:26:03 -08:00
DMJsonWriter.cpp DM: move ext into key 2015-02-17 13:18:04 -08:00
DMJsonWriter.h add -r to DM 2015-01-27 14:46:26 -08:00
DMSrcSink.cpp guarded change to SkImageGenerator to make getInfo() const 2015-03-19 08:31:14 -07:00
DMSrcSink.h Run CodecSrc DM. 2015-03-19 06:03:39 -07:00
DMSrcSinkAndroid.cpp Fix HWUI Sink for DM 2015-03-12 07:52:22 -04:00
DMSrcSinkAndroid.h Fix HWUI Sink for DM 2015-03-12 07:52:22 -04:00