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

Issue 2361853003: Flush contexts after LayerTreeHostImpl cleanup (Closed)

Created:
4 years, 3 months ago by ericrk
Modified:
4 years, 3 months ago
Reviewers:
vmpstr
CC:
chromium-reviews
Target Ref:
refs/pending/branch-heads/2840
Project:
chromium
Visibility:
Public.

Description

Flush contexts after LayerTreeHostImpl cleanup Currently, we do not flush our GL contexts after cleaning up LayerTreeHostImpl (LTHI) resources. This delays the time it takes for these deletes to reach the GPU process, and can allow driver caches to grow unnecessarily. This CL does a ShallowFlushCHROMIUM after freeing LTHI resources, which reduces cache growth on some platforms (observed on N9). R=vmpstr BUG=643251 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2358593002 Cr-Commit-Position: refs/heads/master@{#419874} (cherry picked from commit d3bd7f0bacd5e2141ddb9f08335a9157da367b14) Committed: https://chromium.googlesource.com/chromium/src/+/c850e8a84cb5c6effd3d12ab76d85ac5194e3187

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -0 lines) Patch
M cc/trees/layer_tree_host_impl.cc View 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (1 generated)
ericrk
4 years, 3 months ago (2016-09-22 19:44:54 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
c850e8a84cb5c6effd3d12ab76d85ac5194e3187.

Powered by Google App Engine
This is Rietveld 408576698