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

Issue 1637423004: Show Compositor information in chrome://gpu (Closed)

Created:
4 years, 11 months ago by dshwang
Modified:
4 years, 10 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Show Compositor information in chrome://gpu "Graphics Feature Status" displays "Native GpuMemoryBuffers" entry. "Compositor information" displays "Tile Update Mode" and "Partial Raster" entry. BUG=475633, 582438 TEST=start chrome, open chrome://gpu on both desktop chrome and chrome os. Committed: https://crrev.com/a2ee227780b0831c8fdf70cc60beda873b53ea19 Cr-Commit-Position: refs/heads/master@{#372549}

Patch Set 1 #

Patch Set 2 : move "GpuMemoryBuffer Status" section to below #

Total comments: 12

Patch Set 3 : add Compositor Information section #

Total comments: 4

Patch Set 4 : don't show redundant "Native" or "Software" #

Total comments: 1

Patch Set 5 : has -> have #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -44 lines) Patch
M content/browser/gpu/compositor_util.cc View 1 2 3 4 2 chunks +9 lines, -0 lines 0 comments Download
M content/browser/gpu/gpu_internals_ui.cc View 1 2 3 3 chunks +16 lines, -14 lines 0 comments Download
M content/browser/resources/gpu/browser_bridge.js View 1 2 2 chunks +0 lines, -17 lines 0 comments Download
M content/browser/resources/gpu/info_view.html View 1 2 2 chunks +10 lines, -5 lines 0 comments Download
M content/browser/resources/gpu/info_view.js View 1 2 4 chunks +11 lines, -8 lines 0 comments Download

Messages

Total messages: 37 (15 generated)
dshwang
kbr, reveman, could you review? It's follow-up CL of https://codereview.chromium.org/1375663002 chrome://gpu shows only which buffer ...
4 years, 11 months ago (2016-01-27 12:31:48 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1637423004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1637423004/1
4 years, 10 months ago (2016-01-27 20:09:34 UTC) #7
Ken Russell (switch to Gerrit)
I defer to reveman@ for review, though I'd like to comment that I think the ...
4 years, 10 months ago (2016-01-27 20:39:39 UTC) #8
dshwang
On 2016/01/27 20:39:39, Ken Russell wrote: > I defer to reveman@ for review, though I'd ...
4 years, 10 months ago (2016-01-27 21:27:55 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-01-27 21:45:07 UTC) #11
dshwang
On 2016/01/27 21:27:55, dshwang wrote: > On 2016/01/27 20:39:39, Ken Russell wrote: > > I ...
4 years, 10 months ago (2016-01-28 09:23:00 UTC) #12
reveman
https://codereview.chromium.org/1637423004/diff/20001/content/browser/gpu/compositor_util.cc File content/browser/gpu/compositor_util.cc (right): https://codereview.chromium.org/1637423004/diff/20001/content/browser/gpu/compositor_util.cc#newcode162 content/browser/gpu/compositor_util.cc:162: "Native GpuMemoryBuffer is not supported.", This is not necessarily ...
4 years, 10 months ago (2016-01-29 15:43:50 UTC) #13
dshwang
https://codereview.chromium.org/1637423004/diff/20001/content/browser/gpu/compositor_util.cc File content/browser/gpu/compositor_util.cc (right): https://codereview.chromium.org/1637423004/diff/20001/content/browser/gpu/compositor_util.cc#newcode162 content/browser/gpu/compositor_util.cc:162: "Native GpuMemoryBuffer is not supported.", On 2016/01/29 15:43:50, reveman ...
4 years, 10 months ago (2016-01-29 16:46:14 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1637423004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1637423004/40001
4 years, 10 months ago (2016-01-29 17:54:43 UTC) #16
dshwang
In summary of new patch set - Add "Compositor Information" section. - Change "Texture upload ...
4 years, 10 months ago (2016-01-29 18:40:31 UTC) #17
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-01-29 19:16:20 UTC) #19
reveman
My general recommendation is to keep these status fields simple and just match the command ...
4 years, 10 months ago (2016-01-29 19:35:36 UTC) #20
dshwang
On 2016/01/29 19:35:36, reveman wrote: > My general recommendation is to keep these status fields ...
4 years, 10 months ago (2016-01-29 19:40:09 UTC) #21
reveman
https://codereview.chromium.org/1637423004/diff/40001/content/browser/gpu/compositor_util.cc File content/browser/gpu/compositor_util.cc (right): https://codereview.chromium.org/1637423004/diff/40001/content/browser/gpu/compositor_util.cc#newcode162 content/browser/gpu/compositor_util.cc:162: "Native GpuMemoryBuffers is not supported.", nit: "Native GpuMemoryBuffers have ...
4 years, 10 months ago (2016-01-29 19:49:07 UTC) #22
dshwang
Thanks, Done. https://codereview.chromium.org/1637423004/diff/40001/content/browser/gpu/compositor_util.cc File content/browser/gpu/compositor_util.cc (right): https://codereview.chromium.org/1637423004/diff/40001/content/browser/gpu/compositor_util.cc#newcode162 content/browser/gpu/compositor_util.cc:162: "Native GpuMemoryBuffers is not supported.", On 2016/01/29 ...
4 years, 10 months ago (2016-01-29 19:58:40 UTC) #23
reveman
lgtm
4 years, 10 months ago (2016-01-29 20:03:04 UTC) #25
dshwang
On 2016/01/29 20:03:04, reveman wrote: > lgtm Thank you for reviewing! kbr, could you review ...
4 years, 10 months ago (2016-01-29 20:05:16 UTC) #27
Ken Russell (switch to Gerrit)
Thanks for the reorganization. lgtm https://codereview.chromium.org/1637423004/diff/80001/content/browser/gpu/compositor_util.cc File content/browser/gpu/compositor_util.cc (right): https://codereview.chromium.org/1637423004/diff/80001/content/browser/gpu/compositor_util.cc#newcode162 content/browser/gpu/compositor_util.cc:162: "Native GpuMemoryBuffers has been ...
4 years, 10 months ago (2016-01-30 01:59:42 UTC) #29
dshwang
On 2016/01/30 01:59:42, Ken Russell wrote: > Thanks for the reorganization. lgtm Thanks for reviewing!
4 years, 10 months ago (2016-01-30 12:59:32 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1637423004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1637423004/100001
4 years, 10 months ago (2016-01-30 12:59:44 UTC) #33
commit-bot: I haz the power
Committed patchset #5 (id:100001)
4 years, 10 months ago (2016-01-30 14:12:33 UTC) #35
commit-bot: I haz the power
4 years, 10 months ago (2016-01-30 14:13:33 UTC) #37
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/a2ee227780b0831c8fdf70cc60beda873b53ea19
Cr-Commit-Position: refs/heads/master@{#372549}

Powered by Google App Engine
This is Rietveld 408576698