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

Issue 1157153003: Scanline Subset Mode for DM Correctness Test (Closed)

Created:
5 years, 7 months ago by emmaleer
Modified:
5 years, 4 months ago
Reviewers:
msarett, scroggo
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

New CodeSrc* draw mode kScanline_Subset_Mode kScanline_Subset_Mode decodes the image in subsets using a scanline decoder. The number of subsets can be specified by changing the constant divisor. The number of subsets is equal to divisor*divisor. Committed: https://skia.googlesource.com/skia/+/9700206b67ef2a0aab9a8211c8a901d5123afa9f

Patch Set 1 #

Patch Set 2 : updated with onScanlineDecoder png fix #

Patch Set 3 : handling error when image w*h == 1 #

Patch Set 4 : changing w and h vars from int to SkScalar #

Patch Set 5 : converting drawBitmap inputs from int to scalar #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -10 lines) Patch
M dm/DM.cpp View 2 chunks +15 lines, -9 lines 0 comments Download
M dm/DMSrcSink.h View 1 chunk +1 line, -0 lines 0 comments Download
M dm/DMSrcSink.cpp View 1 2 3 4 2 chunks +95 lines, -1 line 0 comments Download

Messages

Total messages: 20 (6 generated)
emmaleer
No new changes, just creating new cl with emmaleer@google.com account so I can upload code ...
5 years, 7 months ago (2015-05-26 22:43:25 UTC) #2
scroggo
lgtm. Let's keep an eye on status.skia.org/gold.skia.org to see if there are any new images ...
5 years, 7 months ago (2015-05-27 13:51:40 UTC) #3
scroggo
On 2015/05/27 13:51:40, scroggo wrote: > lgtm. Let's keep an eye on http://status.skia.org/gold.skia.org to see ...
5 years, 7 months ago (2015-05-27 13:52:14 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1157153003/1
5 years, 7 months ago (2015-05-27 15:42:21 UTC) #6
emmaleer
added check to handle w*h == 1 error
5 years, 7 months ago (2015-05-27 18:35:07 UTC) #8
scroggo
lgtm
5 years, 7 months ago (2015-05-27 18:35:43 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1157153003/40001
5 years, 7 months ago (2015-05-27 18:36:11 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: Build-Win-MSVC-x86-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86-Debug-Trybot/builds/1272)
5 years, 7 months ago (2015-05-27 18:41:03 UTC) #13
emmaleer
What is the common practice for using int vs SkScalar? There was an error that ...
5 years, 7 months ago (2015-05-27 18:56:59 UTC) #14
scroggo
On 2015/05/27 18:56:59, emmaleer wrote: > What is the common practice for using int vs ...
5 years, 7 months ago (2015-05-27 19:09:41 UTC) #15
emmaleer
On 2015/05/27 19:09:41, scroggo wrote: > On 2015/05/27 18:56:59, emmaleer wrote: > > What is ...
5 years, 7 months ago (2015-05-27 19:18:07 UTC) #16
scroggo
On 2015/05/27 19:18:07, emmaleer wrote: > On 2015/05/27 19:09:41, scroggo wrote: > > On 2015/05/27 ...
5 years, 7 months ago (2015-05-27 19:23:01 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1157153003/80001
5 years, 7 months ago (2015-05-27 19:30:52 UTC) #19
commit-bot: I haz the power
5 years, 7 months ago (2015-05-27 19:36:16 UTC) #20
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://skia.googlesource.com/skia/+/9700206b67ef2a0aab9a8211c8a901d5123afa9f

Powered by Google App Engine
This is Rietveld 408576698