commit | 55f7f1fb0d57846ab92f9ef95da228c2b8785e82 | [log] [tgz] |
---|---|---|
author | Vikas Soni <vikassoni@chromium.org> | Tue Dec 06 03:20:15 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 06 03:20:15 2022 |
tree | e899afccf38b4f3d82746d6fabed9c45278a5ee5 | |
parent | dc96482c47dd29652572eec0c4d6e57289bd7906 [diff] |
[Dr-Dc] Fix vulkan memory issue. DrDc in vulkan mode was consuming more memory as reported by Skia.VulkanMemoryAllocator.AmountAllocated. This is due to the fact that DrDc thread GrContext was not being cleaned up periodically. This CL adds ScheduleGrContextCleanup() on every FinishPaintRenderPass(). Bug: 1396096 Change-Id: Ib6dcc295b21459ea449c3e318bd68df452096266 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4081926 Reviewed-by: Sunny Sachanandani <sunnyps@chromium.org> Auto-Submit: vikas soni <vikassoni@chromium.org> Commit-Queue: vikas soni <vikassoni@chromium.org> Cr-Commit-Position: refs/heads/main@{#1079615}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.