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

Issue 1414903002: Dependencies are now added between the drawTargets in GrPipeline (Closed)

Created:
5 years, 2 months ago by robertphillips
Modified:
5 years, 1 month ago
Reviewers:
bsalomon
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@mdb-adddeps
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Dependencies are now added between the drawTargets in GrPipeline This CL relies on https://codereview.chromium.org/1414773002/ (Add the machinery to GrDrawTarget to enable topological sorting) BUG=skia:4094 Committed: https://skia.googlesource.com/skia/+/45a1c34f607a970933e5cd05e1df6cd8090db1be Committed: https://skia.googlesource.com/skia/+/869c5e82a725a6928a45cd1fa6945ac783b8b3d8 Committed: https://skia.googlesource.com/skia/+/498d7ac86bfb45bdfc8f9aa7424f7236235987b5

Patch Set 1 #

Patch Set 2 : clean up #

Patch Set 3 : update to ToT #

Patch Set 4 : Fix warnings as errors complaints #

Patch Set 5 : update to ToT #

Patch Set 6 : Fix lifetime bug between GrDrawTarget & GrRenderTarget in non-MDB world #

Patch Set 7 : update to ToT #

Patch Set 8 : Fix leak on abandon issue #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -8 lines) Patch
M include/gpu/GrRenderTarget.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M src/gpu/GrDrawTarget.h View 1 2 3 4 5 6 4 chunks +8 lines, -1 line 0 comments Download
M src/gpu/GrDrawTarget.cpp View 1 2 3 4 5 6 6 chunks +17 lines, -3 lines 0 comments Download
M src/gpu/GrDrawingManager.cpp View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M src/gpu/GrPipeline.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/gpu/GrPipeline.cpp View 2 chunks +30 lines, -0 lines 0 comments Download
M src/gpu/GrRenderTarget.cpp View 1 2 3 4 5 6 7 2 chunks +16 lines, -3 lines 0 comments Download

Messages

Total messages: 47 (24 generated)
robertphillips
5 years, 2 months ago (2015-10-20 13:08:25 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1414903002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1414903002/60001
5 years, 2 months ago (2015-10-20 15:11:07 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Ubuntu-GCC-Arm64-Debug-Android-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-GCC-Arm64-Debug-Android-Trybot/builds/2068) Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot on ...
5 years, 2 months ago (2015-10-20 15:12:07 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1414903002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1414903002/80001
5 years, 2 months ago (2015-10-20 15:14:48 UTC) #10
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-20 15:23:42 UTC) #12
robertphillips
ping
5 years, 2 months ago (2015-10-20 19:12:01 UTC) #13
bsalomon
lgtm
5 years, 2 months ago (2015-10-20 19:51:07 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1414903002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1414903002/80001
5 years, 2 months ago (2015-10-20 20:24:01 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: skia_presubmit-Trybot on client.skia.fyi (JOB_FAILED, http://build.chromium.org/p/client.skia.fyi/builders/skia_presubmit-Trybot/builds/3329)
5 years, 2 months ago (2015-10-20 20:25:01 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/1414903002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1414903002/100001
5 years, 2 months ago (2015-10-20 20:29:41 UTC) #21
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-20 20:39:20 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1414903002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1414903002/100001
5 years, 2 months ago (2015-10-20 20:40:39 UTC) #26
commit-bot: I haz the power
Committed patchset #5 (id:100001) as https://skia.googlesource.com/skia/+/45a1c34f607a970933e5cd05e1df6cd8090db1be
5 years, 2 months ago (2015-10-20 20:41:19 UTC) #27
caryclark
A revert of this CL (patchset #5 id:100001) has been created in https://codereview.chromium.org/1419613005/ by caryclark@google.com. ...
5 years, 2 months ago (2015-10-21 11:16:06 UTC) #28
robertphillips
Brian do you want to take a look at PS6? This fixes the lifetime problem ...
5 years, 2 months ago (2015-10-21 21:17:18 UTC) #30
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1414903002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1414903002/120001
5 years, 2 months ago (2015-10-22 11:50:41 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1414903002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1414903002/120001
5 years, 2 months ago (2015-10-22 12:10:35 UTC) #36
commit-bot: I haz the power
Committed patchset #6 (id:120001) as https://skia.googlesource.com/skia/+/869c5e82a725a6928a45cd1fa6945ac783b8b3d8
5 years, 2 months ago (2015-10-22 12:19:54 UTC) #37
robertphillips
A revert of this CL (patchset #6 id:120001) has been created in https://codereview.chromium.org/1417263002/ by robertphillips@google.com. ...
5 years, 2 months ago (2015-10-22 12:31:19 UTC) #38
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1414903002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1414903002/160001
5 years, 1 month ago (2015-10-30 16:51:59 UTC) #41
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-10-30 17:03:08 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1414903002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1414903002/160001
5 years, 1 month ago (2015-10-30 17:10:53 UTC) #46
commit-bot: I haz the power
5 years, 1 month ago (2015-10-30 17:11:36 UTC) #47
Message was sent while issue was closed.
Committed patchset #8 (id:160001) as
https://skia.googlesource.com/skia/+/498d7ac86bfb45bdfc8f9aa7424f7236235987b5

Powered by Google App Engine
This is Rietveld 408576698