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

Issue 2555693005: gpu: Move ShaderDiskCache into //gpu/ipc/host component. (Closed)

Created:
4 years ago by sadrul
Modified:
4 years ago
CC:
chromium-reviews, wjmaclean, creis+watch_chromium.org, nasko+codewatch_chromium.org, jam, darin-cc_chromium.org, piman+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

gpu: Move ShaderDiskCache into //gpu/ipc/host component. BUG=643746, 604369 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Committed: https://crrev.com/4a4522e8d9a3ae704b7a17ebb412d2a94aa820c2 Committed: https://crrev.com/9095a6d305b5ce5d2e7a781c3e3ebd628410913e Cr-Original-Commit-Position: refs/heads/master@{#437771} Cr-Commit-Position: refs/heads/master@{#438165}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : tot merge #

Patch Set 4 : . #

Patch Set 5 : tot merge #

Patch Set 6 : . #

Patch Set 7 : tot merge #

Patch Set 8 : tot merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -876 lines) Patch
M content/browser/BUILD.gn View 1 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download
M content/browser/gpu/gpu_process_host.h View 3 chunks +2 lines, -2 lines 0 comments Download
M content/browser/gpu/gpu_process_host.cc View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/gpu/shader_cache_factory.h View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/gpu/shader_cache_factory.cc View 1 2 3 4 5 2 chunks +4 lines, -4 lines 0 comments Download
D content/browser/gpu/shader_disk_cache.h View 1 2 3 4 5 1 chunk +0 lines, -161 lines 0 comments Download
D content/browser/gpu/shader_disk_cache.cc View 1 2 3 4 5 1 chunk +0 lines, -584 lines 0 comments Download
D content/browser/gpu/shader_disk_cache_unittest.cc View 1 2 3 4 5 1 chunk +0 lines, -79 lines 0 comments Download
M content/browser/storage_partition_impl_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/test/BUILD.gn View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
M gpu/BUILD.gn View 1 2 3 4 5 6 7 2 chunks +3 lines, -0 lines 0 comments Download
M gpu/ipc/host/BUILD.gn View 1 chunk +3 lines, -0 lines 0 comments Download
A gpu/ipc/host/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
A + gpu/ipc/host/shader_disk_cache.h View 1 2 3 4 5 6 chunks +10 lines, -14 lines 0 comments Download
A + gpu/ipc/host/shader_disk_cache.cc View 1 2 3 4 5 7 chunks +10 lines, -16 lines 0 comments Download
A + gpu/ipc/host/shader_disk_cache_unittest.cc View 1 2 3 4 5 6 7 4 chunks +12 lines, -9 lines 0 comments Download

Messages

Total messages: 62 (39 generated)
sadrul
Now that we have the gpu-host component, the shader-cache can move into that. PTAL
4 years ago (2016-12-08 02:00:14 UTC) #9
piman
LGTM, thanks!
4 years ago (2016-12-08 20:18:16 UTC) #17
sadrul
+rch@ for net DEPS
4 years ago (2016-12-08 20:41:19 UTC) #19
Ryan Hamilton
+rsleevi Making //gpu depend on net (which in turn depends on things like v8) seems ...
4 years ago (2016-12-09 00:33:54 UTC) #21
sadrul
On 2016/12/09 00:33:54, Ryan Hamilton wrote: > +rsleevi > > Making //gpu depend on net ...
4 years ago (2016-12-09 00:38:15 UTC) #22
Ryan Sleevi
On 2016/12/09 00:38:15, sadrul wrote: > On 2016/12/09 00:33:54, Ryan Hamilton wrote: > > +rsleevi ...
4 years ago (2016-12-09 00:48:34 UTC) #23
sadrul
+ben@ for thoughts.
4 years ago (2016-12-09 00:51:47 UTC) #25
Ben Goodger (Google)
On 2016/12/09 00:51:47, sadrul wrote: > +ben@ for thoughts. I don't feel so icky about ...
4 years ago (2016-12-10 00:33:52 UTC) #26
Ryan Sleevi
I missed that //net already has an encapsulation break by having allowed net::SHADER_CACHE, net::PNACL_CACHE, and ...
4 years ago (2016-12-10 00:40:24 UTC) #27
sadrul
On 2016/12/10 00:40:24, Ryan Sleevi wrote: > I missed that //net already has an encapsulation ...
4 years ago (2016-12-10 03:49:32 UTC) #28
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/2555693005/60001
4 years ago (2016-12-10 03:50:18 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/353849)
4 years ago (2016-12-10 04:38:17 UTC) #32
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/2555693005/60001
4 years ago (2016-12-10 06:08:04 UTC) #34
commit-bot: I haz the power
Failed to apply patch for content/browser/browser_main_loop.cc: While running git apply --index -p1; error: patch failed: ...
4 years ago (2016-12-10 07:03:10 UTC) #36
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/2555693005/80001
4 years ago (2016-12-10 15:07:58 UTC) #39
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years ago (2016-12-10 16:51:46 UTC) #42
findit-for-me
FYI: Findit identified this CL at revision 437771 as the culprit for failures in the ...
4 years ago (2016-12-10 18:41:53 UTC) #43
gab
A revert of this CL (patchset #5 id:80001) has been created in https://codereview.chromium.org/2565243002/ by gab@chromium.org. ...
4 years ago (2016-12-11 23:25:27 UTC) #44
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/4a4522e8d9a3ae704b7a17ebb412d2a94aa820c2 Cr-Commit-Position: refs/heads/master@{#437771}
4 years ago (2016-12-12 15:07:06 UTC) #46
sadrul
On 2016/12/11 23:25:27, gab wrote: > A revert of this CL (patchset #5 id:80001) has ...
4 years ago (2016-12-13 04:33:40 UTC) #48
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/2555693005/140001
4 years ago (2016-12-13 14:01:22 UTC) #57
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years ago (2016-12-13 14:36:19 UTC) #60
commit-bot: I haz the power
4 years ago (2016-12-13 14:38:43 UTC) #62
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/9095a6d305b5ce5d2e7a781c3e3ebd628410913e
Cr-Commit-Position: refs/heads/master@{#438165}

Powered by Google App Engine
This is Rietveld 408576698