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

Issue 1419373013: exo: Add support for subcompositor interface. (Closed)

Created:
5 years, 1 month ago by reveman
Modified:
5 years, 1 month ago
Reviewers:
lpique, piman
CC:
chromium-reviews, lpique
Base URL:
https://chromium.googlesource.com/chromium/src.git@exosphere-xdg-shell
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

exo: Add support for sub-surfaces. Sub-surfaces can be arbitrarily nested and create a tree of sub-surfaces. They can be used to offload some of the compositing work within a window from clients to the compositor. BUG=549781 TEST=exo_unittests --gtest_filter=DisplayTest.GetShellSurface:SubSurfaceTest.* Committed: https://crrev.com/27fe264d915a51c00667209d36c0e6287f3abb4e Cr-Commit-Position: refs/heads/master@{#360766}

Patch Set 1 #

Patch Set 2 : rebase and finish impl #

Patch Set 3 : rebase #

Patch Set 4 : add missing file #

Patch Set 5 : rebase #

Patch Set 6 : rebase #

Patch Set 7 : rebase #

Patch Set 8 : rebase #

Total comments: 14

Patch Set 9 : address review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+822 lines, -21 lines) Patch
M components/exo.gypi View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M components/exo/BUILD.gn View 1 2 3 4 5 6 7 8 3 chunks +7 lines, -3 lines 0 comments Download
M components/exo/display.h View 1 2 3 4 2 chunks +5 lines, -0 lines 0 comments Download
M components/exo/display.cc View 1 2 3 4 5 6 7 8 2 chunks +24 lines, -0 lines 0 comments Download
M components/exo/display_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +70 lines, -2 lines 0 comments Download
M components/exo/shell_surface.h View 1 2 3 4 5 6 3 chunks +8 lines, -2 lines 0 comments Download
M components/exo/shell_surface.cc View 1 2 3 4 5 6 7 3 chunks +25 lines, -6 lines 0 comments Download
A components/exo/sub_surface.h View 1 chunk +67 lines, -0 lines 0 comments Download
A components/exo/sub_surface.cc View 1 1 chunk +126 lines, -0 lines 0 comments Download
A components/exo/sub_surface_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +142 lines, -0 lines 0 comments Download
M components/exo/surface.h View 1 2 3 4 5 6 7 8 6 chunks +53 lines, -1 line 0 comments Download
M components/exo/surface.cc View 1 2 3 4 5 6 7 8 5 chunks +173 lines, -3 lines 0 comments Download
M components/exo/surface_delegate.h View 1 chunk +4 lines, -4 lines 0 comments Download
A components/exo/surface_observer.h View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download
M components/exo/wayland/server.cc View 1 2 3 4 5 6 7 3 chunks +91 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 10 (3 generated)
reveman
wip
5 years, 1 month ago (2015-11-07 02:54:11 UTC) #1
reveman
please take a look.
5 years, 1 month ago (2015-11-19 00:00:09 UTC) #3
piman
LGTM overall. I think it would be useful to add tests to check the views ...
5 years, 1 month ago (2015-11-19 21:59:10 UTC) #4
reveman
On 2015/11/19 at 21:59:10, piman wrote: > LGTM overall. I think it would be useful ...
5 years, 1 month ago (2015-11-20 05:19:49 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1419373013/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1419373013/160001
5 years, 1 month ago (2015-11-20 05:19:57 UTC) #8
commit-bot: I haz the power
Committed patchset #9 (id:160001)
5 years, 1 month ago (2015-11-20 06:33:46 UTC) #9
commit-bot: I haz the power
5 years, 1 month ago (2015-11-20 06:34:44 UTC) #10
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/27fe264d915a51c00667209d36c0e6287f3abb4e
Cr-Commit-Position: refs/heads/master@{#360766}

Powered by Google App Engine
This is Rietveld 408576698