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

Issue 2054213002: Add documention on SkBlitter for runs, and small cleanups. (Closed)

Created:
4 years, 6 months ago by herb_g
Modified:
4 years, 6 months ago
Reviewers:
reed1
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Add documention on SkBlitter for runs, and small cleanups. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2054213002 Committed: https://skia.googlesource.com/skia/+/3be72b0413ebc7cb1133e704169e3d543830d8e7

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix bad use of SkASSERT #

Total comments: 2

Patch Set 3 : Fix broken dispatch code. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -9 lines) Patch
M src/core/SkBlitter.h View 2 chunks +13 lines, -0 lines 0 comments Download
M src/core/SkBlitter.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkBlitter_ARGB32.cpp View 1 2 2 chunks +18 lines, -8 lines 0 comments Download

Messages

Total messages: 27 (11 generated)
herb_g
4 years, 6 months ago (2016-06-10 20:33:35 UTC) #4
reed1
SkAssertResult(...) from cary https://codereview.chromium.org/2054213002/diff/1/src/core/SkBlitter_ARGB32.cpp File src/core/SkBlitter_ARGB32.cpp (right): https://codereview.chromium.org/2054213002/diff/1/src/core/SkBlitter_ARGB32.cpp#newcode182 src/core/SkBlitter_ARGB32.cpp:182: SkASSERT(SkBlitMask::BlitColor(fDevice, mask, clip, fColor)); SkASSERT_ALWAYS?
4 years, 6 months ago (2016-06-10 20:40:46 UTC) #5
herb_g
Fix bad use of SkASSERT
4 years, 6 months ago (2016-06-10 20:49:06 UTC) #6
herb_g
https://codereview.chromium.org/2054213002/diff/1/src/core/SkBlitter_ARGB32.cpp File src/core/SkBlitter_ARGB32.cpp (right): https://codereview.chromium.org/2054213002/diff/1/src/core/SkBlitter_ARGB32.cpp#newcode182 src/core/SkBlitter_ARGB32.cpp:182: SkASSERT(SkBlitMask::BlitColor(fDevice, mask, clip, fColor)); On 2016/06/10 20:40:45, reed1 wrote: ...
4 years, 6 months ago (2016-06-10 20:56:48 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2054213002/20001
4 years, 6 months ago (2016-06-10 20:57:10 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-10 21:19:08 UTC) #11
reed1
https://codereview.chromium.org/2054213002/diff/20001/src/core/SkBlitter_ARGB32.cpp File src/core/SkBlitter_ARGB32.cpp (right): https://codereview.chromium.org/2054213002/diff/20001/src/core/SkBlitter_ARGB32.cpp#newcode199 src/core/SkBlitter_ARGB32.cpp:199: SkAssertResult(SkBlitMask::BlitColor(fDevice, mask, clip, fColor)); My read is the BlitColor ...
4 years, 6 months ago (2016-06-13 11:03:14 UTC) #12
herb_g
Fix broken dispatch code.
4 years, 6 months ago (2016-06-22 17:51:47 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2054213002/40001
4 years, 6 months ago (2016-06-22 17:52:17 UTC) #15
commit-bot: I haz the power
Dry run: 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/9232) Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot on ...
4 years, 6 months ago (2016-06-22 17:53:28 UTC) #17
herb_g
PTAL https://codereview.chromium.org/2054213002/diff/20001/src/core/SkBlitter_ARGB32.cpp File src/core/SkBlitter_ARGB32.cpp (right): https://codereview.chromium.org/2054213002/diff/20001/src/core/SkBlitter_ARGB32.cpp#newcode199 src/core/SkBlitter_ARGB32.cpp:199: SkAssertResult(SkBlitMask::BlitColor(fDevice, mask, clip, fColor)); On 2016/06/13 11:03:14, reed1 ...
4 years, 6 months ago (2016-06-22 17:54:53 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2054213002/40001
4 years, 6 months ago (2016-06-23 13:50:59 UTC) #20
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-23 14:06:48 UTC) #22
reed1
lgtm
4 years, 6 months ago (2016-06-23 18:39:39 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2054213002/40001
4 years, 6 months ago (2016-06-24 19:44:55 UTC) #25
commit-bot: I haz the power
4 years, 6 months ago (2016-06-24 20:02:35 UTC) #27
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/3be72b0413ebc7cb1133e704169e3d543830d8e7

Powered by Google App Engine
This is Rietveld 408576698