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

Issue 1406013006: Update Layer Hoisting to store its atlas texture in the resource cache (Closed)

Created:
5 years, 1 month ago by robertphillips
Modified:
5 years, 1 month ago
Reviewers:
bsalomon
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 : update #

Patch Set 3 : clean up #

Patch Set 4 : update to ToT #

Patch Set 5 : Fix build #

Total comments: 2

Patch Set 6 : Make the layer atlas key static #

Patch Set 7 : Fix Android bug #

Unified diffs Side-by-side diffs Delta from patch set Stats (+397 lines, -129 lines) Patch
M src/core/SkMultiPictureDraw.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M src/gpu/GrLayerAtlas.h View 1 3 chunks +17 lines, -4 lines 0 comments Download
M src/gpu/GrLayerAtlas.cpp View 1 2 3 4 5 5 chunks +35 lines, -10 lines 0 comments Download
M src/gpu/GrLayerCache.h View 1 9 chunks +27 lines, -11 lines 0 comments Download
M src/gpu/GrLayerCache.cpp View 1 2 12 chunks +65 lines, -27 lines 0 comments Download
M src/gpu/GrLayerHoister.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/gpu/GrLayerHoister.cpp View 1 2 chunks +12 lines, -3 lines 0 comments Download
M src/gpu/GrRectanizer_skyline.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/gpu/GrResourceCache.h View 1 1 chunk +46 lines, -1 line 0 comments Download
M src/gpu/GrTest.cpp View 1 2 3 4 5 6 2 chunks +18 lines, -37 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 2 3 4 5 6 2 chunks +3 lines, -0 lines 0 comments Download
M tests/GpuLayerCacheTest.cpp View 1 2 3 4 5 6 9 chunks +161 lines, -30 lines 0 comments Download
M tests/RecordReplaceDrawTest.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 37 (16 generated)
robertphillips
5 years, 1 month ago (2015-11-04 19:56:12 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/1406013006/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1406013006/40001
5 years, 1 month ago (2015-11-04 19:57:46 UTC) #5
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/3985) Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot on ...
5 years, 1 month ago (2015-11-04 19:58:34 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/1406013006/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1406013006/60001
5 years, 1 month ago (2015-11-04 20:03:24 UTC) #9
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Ubuntu-GCC-x86_64-Release-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-GCC-x86_64-Release-Trybot/builds/4063)
5 years, 1 month ago (2015-11-04 20:04:21 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1406013006/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1406013006/80001
5 years, 1 month ago (2015-11-04 20:06:54 UTC) #13
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-04 20:18:04 UTC) #15
bsalomon
lgtm https://codereview.chromium.org/1406013006/diff/80001/src/gpu/GrLayerAtlas.cpp File src/gpu/GrLayerAtlas.cpp (right): https://codereview.chromium.org/1406013006/diff/80001/src/gpu/GrLayerAtlas.cpp#newcode49 src/gpu/GrLayerAtlas.cpp:49: GrUniqueKey::Builder builder(result, kDomain, 0); Can't the key itself ...
5 years, 1 month ago (2015-11-05 15:39:25 UTC) #16
robertphillips
https://codereview.chromium.org/1406013006/diff/80001/src/gpu/GrLayerAtlas.cpp File src/gpu/GrLayerAtlas.cpp (right): https://codereview.chromium.org/1406013006/diff/80001/src/gpu/GrLayerAtlas.cpp#newcode49 src/gpu/GrLayerAtlas.cpp:49: GrUniqueKey::Builder builder(result, kDomain, 0); On 2015/11/05 15:39:25, bsalomon wrote: ...
5 years, 1 month ago (2015-11-05 19:14:22 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1406013006/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1406013006/100001
5 years, 1 month ago (2015-11-05 19:14:39 UTC) #19
bsalomon
lgtm
5 years, 1 month ago (2015-11-05 19:16:43 UTC) #20
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-05 19:26:32 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1406013006/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1406013006/100001
5 years, 1 month ago (2015-11-06 12:14:11 UTC) #24
commit-bot: I haz the power
Committed patchset #6 (id:100001) as https://skia.googlesource.com/skia/+/42597bc99f00553825843b5ed41e81b121773368
5 years, 1 month ago (2015-11-06 12:15:00 UTC) #25
robertphillips
A revert of this CL (patchset #6 id:100001) has been created in https://codereview.chromium.org/1413483004/ by robertphillips@google.com. ...
5 years, 1 month ago (2015-11-06 13:59:04 UTC) #26
robertphillips
More details re the revert: This CL was failing a gpu-config assert on the N5, ...
5 years, 1 month ago (2015-11-09 19:32:57 UTC) #28
robertphillips
Scratch texture reuse is disabled for the Adreno & Mali which is why the none-RT ...
5 years, 1 month ago (2015-11-09 21:31:08 UTC) #29
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1406013006/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1406013006/120001
5 years, 1 month ago (2015-11-09 21:31:33 UTC) #31
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-09 21:42:33 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1406013006/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1406013006/120001
5 years, 1 month ago (2015-11-09 21:50:20 UTC) #36
commit-bot: I haz the power
5 years, 1 month ago (2015-11-09 21:51:09 UTC) #37
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://skia.googlesource.com/skia/+/60029a5397f75aae4bdb994f26bd297edc3e433c

Powered by Google App Engine
This is Rietveld 408576698