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

Issue 313163002: Revert 274326 "Lobotomize the GPU memory manager" (Closed)

Created:
6 years, 6 months ago by ccameron
Modified:
6 years, 6 months ago
Reviewers:
ccameron
CC:
chromium-reviews
Visibility:
Public.

Description

Revert 274326 "Lobotomize the GPU memory manager" BUG=380666 > Lobotomize the GPU memory manager > > On desktop, always set the memory limit to 256MB, and ask that the renderer > only use that memory to draw content that is near the viewport. The effective > limit prior to this patch was 384MB, but would quickly get cut down as multiple > windows are opened, but would not fall too much lower than 256MB (e.g, 128 > on Mac). > > On mobile, use all available memory for the current, only, renderer. > > Do not take into account unmanaged (e.g, WebGL) memory usage. > > BUG=377065 > > Review URL: https://codereview.chromium.org/308743005 TBR=ccameron@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274879

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+698 lines, -61 lines) Patch
M trunk/src/content/common/gpu/OWNERS View 1 chunk +0 lines, -3 lines 0 comments Download
M trunk/src/content/common/gpu/gpu_memory_manager.h View 4 chunks +79 lines, -5 lines 0 comments Download
M trunk/src/content/common/gpu/gpu_memory_manager.cc View 10 chunks +408 lines, -48 lines 0 comments Download
M trunk/src/content/common/gpu/gpu_memory_manager_client.h View 1 chunk +19 lines, -0 lines 0 comments Download
M trunk/src/content/common/gpu/gpu_memory_manager_client.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M trunk/src/content/common/gpu/gpu_memory_manager_unittest.cc View 3 chunks +182 lines, -2 lines 0 comments Download
M trunk/src/content/test/gpu/gpu_tests/memory.py View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ccameron
6 years, 6 months ago (2014-06-04 18:53:53 UTC) #1
ccameron
6 years, 6 months ago (2014-06-04 18:54:27 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r274879.

Powered by Google App Engine
This is Rietveld 408576698