Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Issue 1436973003: Switch uses of SkChecksum::Compute to Murmur3. (Closed)

Created:
5 years, 1 month ago by mtklein_C
Modified:
5 years, 1 month ago
Reviewers:
mtklein, bsalomon
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Switch uses of SkChecksum::Compute to Murmur3. SkChecksum::Compute is a very, very poorly distributed hash function. This replaces all remaining uses with Murmur3. The only interesting stuff is in src/gpu. BUG=skia: Committed: https://skia.googlesource.com/skia/+/1d024a3c909ae5cefa5e8b339e2b52dc73ee85ac Committed: https://skia.googlesource.com/skia/+/540e95483d285b555e9b1a73d18c16e7d7c0deba Committed: https://skia.googlesource.com/skia/+/56da02502019cfbb817898e37e320539b9838e2b

Patch Set 1 #

Patch Set 2 : missing #

Patch Set 3 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -107 lines) Patch
M bench/ChecksumBench.cpp View 1 4 chunks +0 lines, -9 lines 0 comments Download
M include/private/SkChecksum.h View 3 chunks +0 lines, -89 lines 0 comments Download
M src/core/SkPictureFlat.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/gpu/GrProgramDesc.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/GrResourceCache.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M tests/ChecksumTest.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 27 (11 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1436973003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1436973003/20001
5 years, 1 month ago (2015-11-11 23:00:22 UTC) #2
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-11 23:12:08 UTC) #4
mtklein_C
5 years, 1 month ago (2015-11-12 18:56:48 UTC) #8
bsalomon
lgtm
5 years, 1 month ago (2015-11-12 21:06:40 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1436973003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1436973003/20001
5 years, 1 month ago (2015-11-12 23:33:06 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://skia.googlesource.com/skia/+/1d024a3c909ae5cefa5e8b339e2b52dc73ee85ac
5 years, 1 month ago (2015-11-12 23:44:12 UTC) #12
mtklein
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.chromium.org/1445523003/ by mtklein@google.com. ...
5 years, 1 month ago (2015-11-13 15:07:33 UTC) #13
dogben
On 2015/11/13 at 15:07:33, mtklein wrote: > A revert of this CL (patchset #2 id:20001) ...
5 years, 1 month ago (2015-11-13 16:14:04 UTC) #14
mtklein_C
Going to try this again. We thought perhaps the diffs were a different CL, and ...
5 years, 1 month ago (2015-11-16 16:05:33 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1436973003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1436973003/20001
5 years, 1 month ago (2015-11-16 16:05:44 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/builds/4158)
5 years, 1 month ago (2015-11-16 16:13:34 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1436973003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1436973003/20001
5 years, 1 month ago (2015-11-16 16:56:21 UTC) #21
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://skia.googlesource.com/skia/+/540e95483d285b555e9b1a73d18c16e7d7c0deba
5 years, 1 month ago (2015-11-16 17:08:24 UTC) #22
mtklein
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.chromium.org/1448023005/ by mtklein@google.com. ...
5 years, 1 month ago (2015-11-16 19:01:00 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1436973003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1436973003/40001
5 years, 1 month ago (2015-11-16 19:04:01 UTC) #26
commit-bot: I haz the power
5 years, 1 month ago (2015-11-16 19:16:26 UTC) #27
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/56da02502019cfbb817898e37e320539b9838e2b

Powered by Google App Engine
This is Rietveld 408576698