|
SkBitmapHasher: use 64-bit-truncated MD5 instead of 64-bit CityHash
BUG=https://code.google.com/p/skia/issues/detail?id=1257
(if we change our mind within the next few days, we can toggle the
BITMAPHASHER_USES_TRUNCATED_MD5 #ifdef ; at some point, we'll remove that
option so we can delete our CityHash implementation entirely)
R=bungeman@google.com
Committed: https://code.google.com/p/skia/source/detail?r=8992
Total comments: 1
Total comments: 2
Total comments: 1
Total comments: 3
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+134 lines, -50 lines) |
Patch |
|
M |
gm/tests/outputs/compared-against-different-pixels-images/output-expected/json-summary.txt
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
gm/tests/outputs/compared-against-different-pixels-json/output-expected/json-summary.txt
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
gm/tests/outputs/compared-against-empty-dir/output-expected/json-summary.txt
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
gm/tests/outputs/compared-against-identical-bytes-images/output-expected/json-summary.txt
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
gm/tests/outputs/compared-against-identical-bytes-json/output-expected/json-summary.txt
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
gm/tests/outputs/compared-against-identical-pixels-images/output-expected/json-summary.txt
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
gm/tests/outputs/compared-against-identical-pixels-json/output-expected/json-summary.txt
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
gm/tests/outputs/ignore-expectations-mismatch/output-expected/json-summary.txt
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
gm/tests/outputs/intentionally-skipped-tests/output-expected/json-summary.txt
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
gm/tests/outputs/no-readpath/output-expected/json-summary.txt
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
gm/tests/outputs/nonverbose/output-expected/json-summary.txt
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
gm/tests/outputs/pipe-playback-failure/output-expected/json-summary.txt
|
View
|
1
2
3
4
5
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
include/core/SkEndian.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+45 lines, -1 line |
1 comment
|
Download
|
|
M |
src/utils/SkBitmapHasher.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/utils/SkBitmapHasher.cpp
|
View
|
1
2
3
4
5
6
|
3 chunks |
+27 lines, -5 lines |
0 comments
|
Download
|
|
M |
tests/BitmapHasherTest.cpp
|
View
|
1
2
3
4
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
Total messages: 18 (0 generated)
|