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

Issue 10910180: Give Chrome OS more GPU memory (Closed)

Created:
8 years, 3 months ago by ccameron
Modified:
8 years, 3 months ago
Reviewers:
piman
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, apatrick_chromium
Visibility:
Public.

Description

Give Chrome OS more GPU memory. In particular, allow a maximum usage of 1GB, and remove the per-tab limit. BUG=147356 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=155963

Patch Set 1 #

Patch Set 2 : Re-submitting after a sync (previous try failed) #

Total comments: 1

Patch Set 3 : Fix equals typo #

Total comments: 1

Patch Set 4 : Don't cap tab allocation on ChromeOS #

Patch Set 5 : Remove extra knob from ChromeOS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -0 lines) Patch
M content/common/gpu/gpu_memory_manager.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M content/common/gpu/gpu_memory_manager.cc View 4 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
ccameron
Give Chrome OS more GPU memory. In particular, allow a maximum usage of 1GB, and ...
8 years, 3 months ago (2012-09-11 01:19:01 UTC) #1
piman
https://chromiumcodereview.appspot.com/10910180/diff/4/content/common/gpu/gpu_memory_manager.h File content/common/gpu/gpu_memory_manager.h (right): https://chromiumcodereview.appspot.com/10910180/diff/4/content/common/gpu/gpu_memory_manager.h#newcode107 content/common/gpu/gpu_memory_manager.h:107: return = 1024 * 1024 * 1024; '=' typo? ...
8 years, 3 months ago (2012-09-11 01:21:47 UTC) #2
piman
https://chromiumcodereview.appspot.com/10910180/diff/8001/content/common/gpu/gpu_memory_manager.h File content/common/gpu/gpu_memory_manager.h (right): https://chromiumcodereview.appspot.com/10910180/diff/8001/content/common/gpu/gpu_memory_manager.h#newcode107 content/common/gpu/gpu_memory_manager.h:107: return 1024 * 1024 * 1024; or maybe to ...
8 years, 3 months ago (2012-09-11 01:25:43 UTC) #3
ccameron
Good idea, changed to just return (and not "return =") bytes_available_gpu_memory_. Any idea why the ...
8 years, 3 months ago (2012-09-11 01:30:20 UTC) #4
piman
LGTM. Not sure about the try bots...
8 years, 3 months ago (2012-09-11 01:31:38 UTC) #5
ccameron
On 2012/09/11 01:31:38, piman wrote: > LGTM. Not sure about the try bots... Thanks! I'll ...
8 years, 3 months ago (2012-09-11 02:39:54 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ccameron@chromium.org/10910180/6002
8 years, 3 months ago (2012-09-11 02:40:35 UTC) #7
piman
On Mon, Sep 10, 2012 at 7:39 PM, <ccameron@chromium.org> wrote: > On 2012/09/11 01:31:38, piman ...
8 years, 3 months ago (2012-09-11 02:41:54 UTC) #8
commit-bot: I haz the power
8 years, 3 months ago (2012-09-11 06:42:19 UTC) #9
Change committed as 155963

Powered by Google App Engine
This is Rietveld 408576698