commit | 7324ec4b07a7c91aec1fb4e65d2c34964c4a8ab4 | [log] [tgz] |
---|---|---|
author | Khushal <[email protected]> | Tue Jul 10 20:01:45 2018 |
committer | Commit Bot <[email protected]> | Tue Jul 10 20:01:45 2018 |
tree | 904d37ed6b092df38f339a22cb7aed4b6da8cd04 | |
parent | 281b3a537c1aad4fc38d4e8e782cbe2c32a6ae37 [diff] |
gpu: Drop GrContext cache after an idle period. The renderer drops the GrContext cache after a second of idle period, where idle period is identified as a continous period where the ContextProvider backing a GrContext is not used. Implement the same optimization for OOP raster in the GPU process. [email protected] Bug: 859419,859635 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Change-Id: Ic2ae533212b94320cd8c1b8b1149cf5ba4ce686e Reviewed-on: https://chromium-review.googlesource.com/1123775 Reviewed-by: Eric Karl <[email protected]> Reviewed-by: Antoine Labour <[email protected]> Commit-Queue: Khushal <[email protected]> Cr-Commit-Position: refs/heads/master@{#573871}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .