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

Issue 1664713003: optimize src mode (opaque src in srcover) singleton with aa (e.g. a8 text mask) (Closed)

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

Description

optimize src mode (opaque src in srcover) singleton with aa (e.g. a8 text mask) Before: 8/8 MB 1 9.09ms 10.8ms 10.3ms 11.5ms 9% █▆▆▁▁▁▂▅█▆ nonrendering xfer4f_srcover_aa_1_opaque_linear 8/8 MB 1 10.2ms 12.1ms 11.7ms 13.2ms 9% ▅▇▁▂▁▄█▆▅▆ nonrendering xfer4f_srcover_aa_1_opaque_srgb After: 8/8 MB 1 1.6ms 1.68ms 1.73ms 2.17ms 10% ▄▄█▁▃▁▁▂▁▁ nonrendering xfer4f_srcover_aa_1_opaque_linear 8/8 MB 1 3.13ms 3.62ms 3.97ms 5.81ms 21% █▃▁▂▆▂▂▂▃▂ nonrendering xfer4f_srcover_aa_1_opaque_srgb BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1664713003 Committed: https://skia.googlesource.com/skia/+/6dfc754360234f2da7103e13e39146d8f702e8ef

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -12 lines) Patch
M src/core/SkXfermode4f.cpp View 1 1 chunk +46 lines, -12 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 16 (7 generated)
reed1
For this unroll, I needed to do the following: 4 bytes of coverage (for 4 ...
4 years, 10 months ago (2016-02-03 17:34:46 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1664713003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1664713003/20001
4 years, 10 months ago (2016-02-03 17:36:12 UTC) #6
mtklein
On 2016/02/03 17:34:46, reed1 wrote: > For this unroll, I needed to do the following: ...
4 years, 10 months ago (2016-02-03 17:39:24 UTC) #7
reed1
I so love Sk4f_ToBytes -- 3x speedup!
4 years, 10 months ago (2016-02-03 17:40:09 UTC) #8
mtklein
The linear speedup is >4x. Do you believe that?
4 years, 10 months ago (2016-02-03 17:40:11 UTC) #9
reed1
old version forced src and dst to be unit instead of keeping them 255 biased. ...
4 years, 10 months ago (2016-02-03 17:41:56 UTC) #10
mtklein
On 2016/02/03 17:41:56, reed1 wrote: > old version forced src and dst to be unit ...
4 years, 10 months ago (2016-02-03 17:43:17 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1664713003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1664713003/20001
4 years, 10 months ago (2016-02-03 18:08:05 UTC) #14
commit-bot: I haz the power
4 years, 10 months ago (2016-02-03 18:09:25 UTC) #16
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/6dfc754360234f2da7103e13e39146d8f702e8ef

Powered by Google App Engine
This is Rietveld 408576698