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

Issue 720333005: Add DisplayScheduler to enable BeginFrame-based scheduling of surfaces. (Closed)

Created:
6 years, 1 month ago by jbauman
Modified:
5 years, 9 months ago
CC:
chromium-reviews, jam, sievers+watch_chromium.org, jbauman+watch_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, cc-bugs_chromium.org, danakj+watch_chromium.org, simonhong
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add DisplayScheduler to enable BeginFrame-based scheduling of surfaces. This implementation always uses a SyntheticBeginFrameSource to schedule the final Display draw.

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+175 lines, -69 lines) Patch
M cc/cc.gyp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M cc/surfaces/BUILD.gn View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M cc/surfaces/display.h View 1 2 3 3 chunks +4 lines, -1 line 0 comments Download
M cc/surfaces/display.cc View 1 2 3 7 chunks +15 lines, -7 lines 0 comments Download
M cc/surfaces/display_client.h View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
A cc/surfaces/display_scheduler.h View 1 2 3 1 chunk +57 lines, -0 lines 0 comments Download
A cc/surfaces/display_scheduler.cc View 1 2 3 1 chunk +88 lines, -0 lines 0 comments Download
M cc/surfaces/onscreen_display_client.h View 1 2 3 3 chunks +2 lines, -13 lines 0 comments Download
M cc/surfaces/onscreen_display_client.cc View 1 2 3 3 chunks +5 lines, -45 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
jbauman
This is basically how I'd want to switch Surfaces over to using BeginFrame. I'm not ...
6 years, 1 month ago (2014-11-13 23:48:20 UTC) #2
brianderson
On 2014/11/13 23:48:20, jbauman wrote: > This is basically how I'd want to switch Surfaces ...
6 years, 1 month ago (2014-11-15 00:02:19 UTC) #3
jbauman
6 years, 1 month ago (2014-11-18 00:08:41 UTC) #5
brianderson
https://codereview.chromium.org/720333005/diff/40001/cc/surfaces/display_scheduler.cc File cc/surfaces/display_scheduler.cc (right): https://codereview.chromium.org/720333005/diff/40001/cc/surfaces/display_scheduler.cc#newcode71 cc/surfaces/display_scheduler.cc:71: void DisplayScheduler::OnBeginFrame(const BeginFrameArgs& args) { Until the DisplayScheduler has ...
6 years, 1 month ago (2014-11-19 02:40:21 UTC) #7
brianderson
6 years, 1 month ago (2014-11-19 02:40:51 UTC) #8
mithro-old
5 years, 10 months ago (2015-02-27 02:27:44 UTC) #10
mithro-old
Hi jbauman, I'm very happy to chat about how I think any new scheduler we ...
5 years, 9 months ago (2015-03-11 04:19:25 UTC) #11
brianderson
Talked with John and I'm going to pick this up. The DisplayScheduler will tie in ...
5 years, 9 months ago (2015-03-14 02:22:24 UTC) #12
mithro-old
5 years, 9 months ago (2015-03-23 01:24:53 UTC) #13
jbauman, as brianderson is taking this over can you close this issue?

Thanks!

Powered by Google App Engine
This is Rietveld 408576698