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

Issue 2714393002: ash: Low-latency laser pointer. (Closed)

Created:
3 years, 9 months ago by reveman
Modified:
3 years, 9 months ago
CC:
chromium-reviews, hoegsberg, kalyank, sadrul
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ash: Low-latency laser pointer. This makes the laser pointer view send frames directly to the display compositor and make use of HW overlays for low-latency updates when available. BUG=696385 Review-Url: https://codereview.chromium.org/2714393002 Cr-Commit-Position: refs/heads/master@{#454252} Committed: https://chromium.googlesource.com/chromium/src/+/4d5e2b9a2cff5e6c1d27d1256f241cf6ede10697

Patch Set 1 #

Total comments: 2

Patch Set 2 : defer buffer updates and some code cleanup #

Patch Set 3 : use pending draw instead of submitted frames as a throttling mechanism #

Patch Set 4 : fix ash build deps and rebase #

Patch Set 5 : fix rebase #

Total comments: 2

Patch Set 6 : mus support #

Patch Set 7 : fix deps #

Total comments: 12

Patch Set 8 : rebase, add comments and use ack #

Total comments: 2

Patch Set 9 : remove :surfaces #

Unified diffs Side-by-side diffs Delta from patch set Stats (+463 lines, -64 lines) Patch
M ash/BUILD.gn View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
A ash/laser/DEPS View 1 chunk +4 lines, -0 lines 0 comments Download
M ash/laser/laser_pointer_view.h View 1 2 3 4 5 6 7 4 chunks +48 lines, -4 lines 0 comments Download
M ash/laser/laser_pointer_view.cc View 1 2 3 4 5 6 7 4 chunks +374 lines, -58 lines 0 comments Download
M mash/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M mash/test/DEPS View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M mash/test/mash_test_suite.cc View 1 2 3 4 5 4 chunks +32 lines, -2 lines 0 comments Download

Messages

Total messages: 48 (32 generated)
reveman
3 years, 9 months ago (2017-02-27 03:18:23 UTC) #2
Fady Samuel
Drive-by comment. https://codereview.chromium.org/2714393002/diff/1/ash/laser/laser_pointer_view.cc File ash/laser/laser_pointer_view.cc (right): https://codereview.chromium.org/2714393002/diff/1/ash/laser/laser_pointer_view.cc#newcode522 ash/laser/laser_pointer_view.cc:522: local_surface_id_ = id_allocator_.GenerateId(); So you only allocate ...
3 years, 9 months ago (2017-02-27 16:07:30 UTC) #4
reveman
https://codereview.chromium.org/2714393002/diff/1/ash/laser/laser_pointer_view.cc File ash/laser/laser_pointer_view.cc (right): https://codereview.chromium.org/2714393002/diff/1/ash/laser/laser_pointer_view.cc#newcode522 ash/laser/laser_pointer_view.cc:522: local_surface_id_ = id_allocator_.GenerateId(); On 2017/02/27 at 16:07:29, Fady Samuel ...
3 years, 9 months ago (2017-02-27 16:20:15 UTC) #5
sammiequon
lgtm
3 years, 9 months ago (2017-02-27 17:55:39 UTC) #6
reveman
+jbauman for DEPS:+gpu/command_buffer/client +oshima for ash/
3 years, 9 months ago (2017-02-28 03:50:04 UTC) #8
oshima
https://codereview.chromium.org/2714393002/diff/80001/ash/laser/laser_pointer_view.h File ash/laser/laser_pointer_view.h (right): https://codereview.chromium.org/2714393002/diff/80001/ash/laser/laser_pointer_view.h#newcode41 ash/laser/laser_pointer_view.h:41: public cc::CompositorFrameSinkSupportClient { This won't work in mus right? ...
3 years, 9 months ago (2017-02-28 07:40:16 UTC) #21
reveman
https://codereview.chromium.org/2714393002/diff/80001/ash/laser/laser_pointer_view.h File ash/laser/laser_pointer_view.h (right): https://codereview.chromium.org/2714393002/diff/80001/ash/laser/laser_pointer_view.h#newcode41 ash/laser/laser_pointer_view.h:41: public cc::CompositorFrameSinkSupportClient { On 2017/02/28 at 07:40:16, oshima wrote: ...
3 years, 9 months ago (2017-02-28 17:53:27 UTC) #26
jbauman
DEPS lgtm. Just a few questions about the code. https://codereview.chromium.org/2714393002/diff/120001/ash/laser/laser_pointer_view.cc File ash/laser/laser_pointer_view.cc (right): https://codereview.chromium.org/2714393002/diff/120001/ash/laser/laser_pointer_view.cc#newcode306 ash/laser/laser_pointer_view.cc:306: ...
3 years, 9 months ago (2017-03-01 01:12:02 UTC) #31
oshima
On 2017/02/28 17:53:27, reveman wrote: > https://codereview.chromium.org/2714393002/diff/80001/ash/laser/laser_pointer_view.h > File ash/laser/laser_pointer_view.h (right): > > https://codereview.chromium.org/2714393002/diff/80001/ash/laser/laser_pointer_view.h#newcode41 > ...
3 years, 9 months ago (2017-03-01 08:59:38 UTC) #32
reveman
+sky for mash/ https://codereview.chromium.org/2714393002/diff/120001/ash/laser/laser_pointer_view.cc File ash/laser/laser_pointer_view.cc (right): https://codereview.chromium.org/2714393002/diff/120001/ash/laser/laser_pointer_view.cc#newcode306 ash/laser/laser_pointer_view.cc:306: const gfx::Rect& damage_rect) { On 2017/03/01 ...
3 years, 9 months ago (2017-03-01 18:57:15 UTC) #34
reveman
On 2017/03/01 at 08:59:38, oshima wrote: > On 2017/02/28 17:53:27, reveman wrote: > > https://codereview.chromium.org/2714393002/diff/80001/ash/laser/laser_pointer_view.h ...
3 years, 9 months ago (2017-03-01 20:07:45 UTC) #37
jbauman
On 2017/03/01 18:57:15, reveman wrote: > +sky for mash/ > > https://codereview.chromium.org/2714393002/diff/120001/ash/laser/laser_pointer_view.cc > File ash/laser/laser_pointer_view.cc ...
3 years, 9 months ago (2017-03-01 22:14:32 UTC) #40
sky
LGTM https://codereview.chromium.org/2714393002/diff/140001/mash/BUILD.gn File mash/BUILD.gn (right): https://codereview.chromium.org/2714393002/diff/140001/mash/BUILD.gn#newcode124 mash/BUILD.gn:124: "//cc/surfaces:surfaces", You don't need the :surfaces here.
3 years, 9 months ago (2017-03-02 03:07:57 UTC) #41
reveman
https://codereview.chromium.org/2714393002/diff/140001/mash/BUILD.gn File mash/BUILD.gn (right): https://codereview.chromium.org/2714393002/diff/140001/mash/BUILD.gn#newcode124 mash/BUILD.gn:124: "//cc/surfaces:surfaces", On 2017/03/02 at 03:07:56, sky wrote: > You ...
3 years, 9 months ago (2017-03-02 12:44:13 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2714393002/160001
3 years, 9 months ago (2017-03-02 12:44:26 UTC) #45
commit-bot: I haz the power
3 years, 9 months ago (2017-03-02 13:57:21 UTC) #48
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://chromium.googlesource.com/chromium/src/+/4d5e2b9a2cff5e6c1d27d1256f24...

Powered by Google App Engine
This is Rietveld 408576698