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

Issue 2335343008: Add optional sw generated path coverage mask caching (Closed)

Created:
4 years, 3 months ago by bsalomon
Modified:
4 years, 3 months ago
CC:
reviews_skia.org, msarett, stani
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Add optional sw generated path coverage mask caching BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2335343008 All the bots except the painfully slow windows compiler have finished so, NOTRY=true Committed: https://skia.googlesource.com/skia/+/39ef7fb885d7be648b9f0ecd027bc400d1213cec

Patch Set 1 #

Patch Set 2 : add context option #

Patch Set 3 : pass option #

Patch Set 4 : fix key #

Patch Set 5 : update #

Patch Set 6 : more #

Patch Set 7 : comments #

Total comments: 10

Patch Set 8 : Address comments #

Total comments: 4

Patch Set 9 : Address comments #

Patch Set 10 : Add .fs to literals in new gm #

Unified diffs Side-by-side diffs Delta from patch set Stats (+292 lines, -85 lines) Patch
A gm/pathmaskcache.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +117 lines, -0 lines 0 comments Download
M include/gpu/GrContextOptions.h View 1 2 3 4 5 6 7 8 1 chunk +13 lines, -0 lines 0 comments Download
M src/gpu/GrContext.cpp View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M src/gpu/GrDrawingManager.cpp View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M src/gpu/GrPathRendererChain.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M src/gpu/GrPathRendererChain.cpp View 1 2 3 4 1 chunk +24 lines, -22 lines 0 comments Download
M src/gpu/GrSWMaskHelper.h View 1 2 3 4 5 6 7 2 chunks +15 lines, -13 lines 0 comments Download
M src/gpu/GrSWMaskHelper.cpp View 1 2 3 4 5 4 chunks +13 lines, -9 lines 0 comments Download
M src/gpu/GrSoftwarePathRenderer.h View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M src/gpu/GrSoftwarePathRenderer.cpp View 1 2 3 4 5 6 7 8 4 chunks +99 lines, -39 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 21 (11 generated)
bsalomon
I want to improve testing of this before landing it, but I think it is ...
4 years, 3 months ago (2016-09-16 16:34:18 UTC) #3
msarett
4 years, 3 months ago (2016-09-19 13:17:03 UTC) #5
bsalomon
This is ready for review
4 years, 3 months ago (2016-09-21 13:55:55 UTC) #8
robertphillips
first pass https://codereview.chromium.org/2335343008/diff/120001/gm/pathmaskcache.cpp File gm/pathmaskcache.cpp (right): https://codereview.chromium.org/2335343008/diff/120001/gm/pathmaskcache.cpp#newcode27 gm/pathmaskcache.cpp:27: rm ? https://codereview.chromium.org/2335343008/diff/120001/gm/pathmaskcache.cpp#newcode89 gm/pathmaskcache.cpp:89: I'm a bit ...
4 years, 3 months ago (2016-09-21 15:42:40 UTC) #9
bsalomon
https://codereview.chromium.org/2335343008/diff/120001/gm/pathmaskcache.cpp File gm/pathmaskcache.cpp (right): https://codereview.chromium.org/2335343008/diff/120001/gm/pathmaskcache.cpp#newcode27 gm/pathmaskcache.cpp:27: On 2016/09/21 15:42:39, robertphillips wrote: > rm ? Done. ...
4 years, 3 months ago (2016-09-21 16:01:10 UTC) #10
robertphillips
lgtm https://codereview.chromium.org/2335343008/diff/140001/include/gpu/GrContextOptions.h File include/gpu/GrContextOptions.h (right): https://codereview.chromium.org/2335343008/diff/140001/include/gpu/GrContextOptions.h#newcode74 include/gpu/GrContextOptions.h:74: * If true this allows path mask textures ...
4 years, 3 months ago (2016-09-21 16:37:15 UTC) #11
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/2335343008/180001
4 years, 3 months ago (2016-09-21 17:34:09 UTC) #14
bsalomon
https://codereview.chromium.org/2335343008/diff/140001/include/gpu/GrContextOptions.h File include/gpu/GrContextOptions.h (right): https://codereview.chromium.org/2335343008/diff/140001/include/gpu/GrContextOptions.h#newcode74 include/gpu/GrContextOptions.h:74: * If true this allows path mask textures to ...
4 years, 3 months ago (2016-09-21 17:34:10 UTC) #15
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/2335343008/180001
4 years, 3 months ago (2016-09-21 18:14:53 UTC) #19
commit-bot: I haz the power
4 years, 3 months ago (2016-09-21 18:16:08 UTC) #21
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
https://skia.googlesource.com/skia/+/39ef7fb885d7be648b9f0ecd027bc400d1213cec

Powered by Google App Engine
This is Rietveld 408576698