Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1223)

Issue 6820074: Split off SkConsistentChecksum from SkChecksum (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by epoger
Modified:
12 years, 1 month ago
Reviewers:
reed1
CC:
skia-review_googlegroups.com, Leon
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Split off SkConsistentChecksum from SkChecksum as part of https://goto.google.com/ImprovingTheSkiaRebaseliningProcess Committed: https://code.google.com/p/skia/source/detail?r=6270

Patch Set 1 #

Patch Set 2 : moved_SkConsistentChecksum_into_utils #

Patch Set 3 : moved_from_include_utils_to_src_utils #

Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -35 lines) Patch
M gyp/tests.gyp View 1 2 chunks +2 lines, -0 lines 0 comments Download
M gyp/utils.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A + src/utils/SkConsistentChecksum.h View 1 2 2 chunks +12 lines, -7 lines 0 comments Download
A tests/ChecksumTest.cpp View 1 chunk +120 lines, -0 lines 0 comments Download
M tests/SortTest.cpp View 1 2 chunks +0 lines, -28 lines 0 comments Download

Messages

Total messages: 11
epoger
12 years, 1 month ago (2012-11-01 19:36:56 UTC) #1
reed1
can we put the checksum header/code in test/ as well. The fewer public "core" APIs ...
12 years, 1 month ago (2012-11-01 19:59:53 UTC) #2
reed1
Had another thought today. We will likely need to checksum the pixels in a color-component-order ...
12 years, 1 month ago (2012-11-01 20:05:31 UTC) #3
epoger
On 2012/11/01 20:05:31, reed1 wrote: > Had another thought today. We will likely need to ...
12 years, 1 month ago (2012-11-02 14:12:15 UTC) #4
reed1
On Fri, Nov 2, 2012 at 10:12 AM, <epoger@google.com> wrote: > On 2012/11/01 20:05:31, reed1 ...
12 years, 1 month ago (2012-11-02 14:29:11 UTC) #5
epoger
On 2012/11/02 14:29:11, reed1 wrote: > ok, utils/ (we can't have gm reach across to ...
12 years, 1 month ago (2012-11-02 14:59:18 UTC) #6
reed1
I always push to make headers as private/hidden as possible, and only make them public ...
12 years, 1 month ago (2012-11-02 15:19:10 UTC) #7
epoger
On 2012/11/02 15:19:10, reed1 wrote: > I always push to make headers as private/hidden as ...
12 years, 1 month ago (2012-11-02 15:45:25 UTC) #8
reed1
lgtm
12 years, 1 month ago (2012-11-02 18:32:05 UTC) #9
epoger
On 2012/11/02 18:32:05, reed1 wrote: > lgtm Thanks. Next I will add the compute_bitmap_checksum(const SkBitmap&) ...
12 years, 1 month ago (2012-11-02 18:34:39 UTC) #10
reed1
12 years, 1 month ago (2012-11-02 18:36:18 UTC) #11
sure thing. though since we need to swizzle each int, I'm not sure we can use
the ptr/length version for our use case.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b