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

Issue 1663643002: extend gm to test aa[] parameter on xfer4f procs (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : fix aa code in both linear and srgb #

Total comments: 2

Patch Set 3 : add bench for aa code-path #

Patch Set 4 : #

Patch Set 5 : use new names if/when we scale s4 in srcover #

Total comments: 2

Patch Set 6 : make another const #

Patch Set 7 : don't pass bad flags to factory #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -39 lines) Patch
M bench/Xfer4fBench.cpp View 1 2 3 4 5 6 6 chunks +30 lines, -7 lines 0 comments Download
M gm/xfer4f.cpp View 5 chunks +36 lines, -15 lines 0 comments Download
M src/core/SkXfermode4f.cpp View 1 2 3 4 5 4 chunks +13 lines, -17 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 40 (19 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/1663643002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1663643002/1
4 years, 10 months ago (2016-02-03 00:36:24 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-03 00:59:00 UTC) #5
reed1
as I suspected, if you don't test it (aa code path), it'll have bugs.
4 years, 10 months ago (2016-02-03 01:20:37 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/1663643002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1663643002/20001
4 years, 10 months ago (2016-02-03 01:20:51 UTC) #9
mtklein
https://codereview.chromium.org/1663643002/diff/20001/src/core/SkXfermode4f.cpp File src/core/SkXfermode4f.cpp (right): https://codereview.chromium.org/1663643002/diff/20001/src/core/SkXfermode4f.cpp#newcode279 src/core/SkXfermode4f.cpp:279: Sk4f s4_aa = scale_by_coverage(s4, a); Ah! Let's make s4 ...
4 years, 10 months ago (2016-02-03 01:32:56 UTC) #10
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-03 01:47:59 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1663643002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1663643002/40001
4 years, 10 months ago (2016-02-03 02:58:16 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1663643002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1663643002/60001
4 years, 10 months ago (2016-02-03 03:07:23 UTC) #16
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/5779)
4 years, 10 months ago (2016-02-03 03:09:35 UTC) #18
reed1
https://codereview.chromium.org/1663643002/diff/20001/src/core/SkXfermode4f.cpp File src/core/SkXfermode4f.cpp (right): https://codereview.chromium.org/1663643002/diff/20001/src/core/SkXfermode4f.cpp#newcode279 src/core/SkXfermode4f.cpp:279: Sk4f s4_aa = scale_by_coverage(s4, a); On 2016/02/03 01:32:55, mtklein ...
4 years, 10 months ago (2016-02-03 03:19:49 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1663643002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1663643002/80001
4 years, 10 months ago (2016-02-03 03:20:05 UTC) #21
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/5781)
4 years, 10 months ago (2016-02-03 03:22:36 UTC) #23
reed1
will follow-up this with optimizations after this lands
4 years, 10 months ago (2016-02-03 03:39:42 UTC) #24
reed1
ohter comments?
4 years, 10 months ago (2016-02-03 14:49:12 UTC) #25
mtklein
lgtm https://codereview.chromium.org/1663643002/diff/80001/src/core/SkXfermode4f.cpp File src/core/SkXfermode4f.cpp (right): https://codereview.chromium.org/1663643002/diff/80001/src/core/SkXfermode4f.cpp#newcode322 src/core/SkXfermode4f.cpp:322: Sk4f s4_aa = scale_by_coverage(s4, a); Probably want const ...
4 years, 10 months ago (2016-02-03 14:51:28 UTC) #26
reed1
https://codereview.chromium.org/1663643002/diff/80001/src/core/SkXfermode4f.cpp File src/core/SkXfermode4f.cpp (right): https://codereview.chromium.org/1663643002/diff/80001/src/core/SkXfermode4f.cpp#newcode322 src/core/SkXfermode4f.cpp:322: Sk4f s4_aa = scale_by_coverage(s4, a); On 2016/02/03 14:51:28, mtklein ...
4 years, 10 months ago (2016-02-03 15:01:12 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1663643002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1663643002/100001
4 years, 10 months ago (2016-02-03 15:01:26 UTC) #30
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/5794)
4 years, 10 months ago (2016-02-03 15:13:28 UTC) #32
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1663643002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1663643002/120001
4 years, 10 months ago (2016-02-03 16:00:51 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1663643002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1663643002/120001
4 years, 10 months ago (2016-02-03 16:02:01 UTC) #38
commit-bot: I haz the power
4 years, 10 months ago (2016-02-03 17:47:49 UTC) #40
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://skia.googlesource.com/skia/+/ef5252e48ff6c5ed2b53b87333b7ed716c8b9035

Powered by Google App Engine
This is Rietveld 408576698