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

Issue 1921533008: Add support for OutputSurface for Vulkan on Android. (Closed)

Created:
4 years, 7 months ago by sohanjg
Modified:
4 years, 7 months ago
Reviewers:
David Yen, piman
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add support for OutputSurface for Vulkan on Android. This adds an optional Vulkan Output Surface for Android's Browser Compositor,using a shared Vulkan Context provider. BUG=582558 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/2986bd485401025eeef77025dd9697ec36f9d347 Cr-Commit-Position: refs/heads/master@{#392354}

Patch Set 1 #

Patch Set 2 : Inherit from OutputSurface instead of OutputSurfaceWithoutParent #

Total comments: 14

Patch Set 3 : use vulkan flag + other review comments. #

Total comments: 6

Patch Set 4 : use static vk cxt provider. #

Patch Set 5 : avoid lazyinstance of scopedrefptr #

Patch Set 6 : revert back to PS#4 with some modif. #

Patch Set 7 : removed extra line breaks. #

Patch Set 8 : rebase to ToT. #

Patch Set 9 : rebase errors. #

Total comments: 2

Patch Set 10 : fix rebase error. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+177 lines, -74 lines) Patch
M content/browser/renderer_host/compositor_impl_android.h View 1 2 3 4 5 6 7 2 chunks +4 lines, -0 lines 0 comments Download
M content/browser/renderer_host/compositor_impl_android.cc View 1 2 3 4 5 6 7 8 9 6 chunks +173 lines, -74 lines 0 comments Download

Messages

Total messages: 45 (17 generated)
sohanjg
Please take a look, thanks.
4 years, 7 months ago (2016-04-28 14:43:30 UTC) #3
piman
https://codereview.chromium.org/1921533008/diff/20001/content/browser/renderer_host/compositor_impl_android.cc File content/browser/renderer_host/compositor_impl_android.cc (right): https://codereview.chromium.org/1921533008/diff/20001/content/browser/renderer_host/compositor_impl_android.cc#newcode230 content/browser/renderer_host/compositor_impl_android.cc:230: class VulkanOutputSurface : public cc::OutputSurface { I think this ...
4 years, 7 months ago (2016-04-28 21:29:41 UTC) #4
sohanjg
Please take a look, thanks. https://codereview.chromium.org/1921533008/diff/20001/content/browser/renderer_host/compositor_impl_android.cc File content/browser/renderer_host/compositor_impl_android.cc (right): https://codereview.chromium.org/1921533008/diff/20001/content/browser/renderer_host/compositor_impl_android.cc#newcode230 content/browser/renderer_host/compositor_impl_android.cc:230: class VulkanOutputSurface : public ...
4 years, 7 months ago (2016-04-29 11:49:59 UTC) #5
David Yen
https://codereview.chromium.org/1921533008/diff/40001/content/browser/renderer_host/compositor_impl_android.cc File content/browser/renderer_host/compositor_impl_android.cc (right): https://codereview.chromium.org/1921533008/diff/40001/content/browser/renderer_host/compositor_impl_android.cc#newcode75 content/browser/renderer_host/compositor_impl_android.cc:75: class VulkanSurface; nit: This is not necessary since you ...
4 years, 7 months ago (2016-05-02 18:44:10 UTC) #7
piman
https://codereview.chromium.org/1921533008/diff/40001/content/browser/renderer_host/compositor_impl_android.cc File content/browser/renderer_host/compositor_impl_android.cc (right): https://codereview.chromium.org/1921533008/diff/40001/content/browser/renderer_host/compositor_impl_android.cc#newcode782 content/browser/renderer_host/compositor_impl_android.cc:782: CompositorImpl::SharedVulkanContextProviderAndroid() { I don't think this shares anything across ...
4 years, 7 months ago (2016-05-02 22:19:43 UTC) #8
sohanjg
https://codereview.chromium.org/1921533008/diff/40001/content/browser/renderer_host/compositor_impl_android.cc File content/browser/renderer_host/compositor_impl_android.cc (right): https://codereview.chromium.org/1921533008/diff/40001/content/browser/renderer_host/compositor_impl_android.cc#newcode782 content/browser/renderer_host/compositor_impl_android.cc:782: CompositorImpl::SharedVulkanContextProviderAndroid() { On 2016/05/02 22:19:43, piman wrote: > I ...
4 years, 7 months ago (2016-05-03 12:38:53 UTC) #9
piman
https://codereview.chromium.org/1921533008/diff/40001/content/browser/renderer_host/compositor_impl_android.cc File content/browser/renderer_host/compositor_impl_android.cc (right): https://codereview.chromium.org/1921533008/diff/40001/content/browser/renderer_host/compositor_impl_android.cc#newcode782 content/browser/renderer_host/compositor_impl_android.cc:782: CompositorImpl::SharedVulkanContextProviderAndroid() { On 2016/05/03 12:38:53, sohanjg wrote: > On ...
4 years, 7 months ago (2016-05-03 14:53:26 UTC) #10
sohanjg
Please take a look, thanks. https://codereview.chromium.org/1921533008/diff/40001/content/browser/renderer_host/compositor_impl_android.cc File content/browser/renderer_host/compositor_impl_android.cc (right): https://codereview.chromium.org/1921533008/diff/40001/content/browser/renderer_host/compositor_impl_android.cc#newcode75 content/browser/renderer_host/compositor_impl_android.cc:75: class VulkanSurface; On 2016/05/02 ...
4 years, 7 months ago (2016-05-04 05:19:26 UTC) #11
sohanjg
On 2016/05/04 05:19:26, sohanjg wrote: > Please take a look, thanks. > > https://codereview.chromium.org/1921533008/diff/40001/content/browser/renderer_host/compositor_impl_android.cc > ...
4 years, 7 months ago (2016-05-04 14:11:18 UTC) #13
sohanjg
On 2016/05/04 14:11:18, sohanjg wrote: > On 2016/05/04 05:19:26, sohanjg wrote: > > Please take ...
4 years, 7 months ago (2016-05-04 14:44:53 UTC) #14
piman
On Wed, May 4, 2016 at 7:11 AM, <sohan.jyoti@samsung.com> wrote: > On 2016/05/04 05:19:26, sohanjg ...
4 years, 7 months ago (2016-05-04 21:25:05 UTC) #15
sohanjg
On 2016/05/04 21:25:05, piman wrote: > On Wed, May 4, 2016 at 7:11 AM, <mailto:sohan.jyoti@samsung.com> ...
4 years, 7 months ago (2016-05-05 06:40:12 UTC) #16
piman
lgtm
4 years, 7 months ago (2016-05-05 20:57:29 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1921533008/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1921533008/120001
4 years, 7 months ago (2016-05-06 05:11:09 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/1573) ios-device-gn on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 7 months ago (2016-05-06 05:13:17 UTC) #23
sohanjg
On 2016/05/06 05:13:17, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 7 months ago (2016-05-06 08:36:09 UTC) #24
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1921533008/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1921533008/140001
4 years, 7 months ago (2016-05-06 08:36:29 UTC) #26
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/61879)
4 years, 7 months ago (2016-05-06 08:48:28 UTC) #28
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1921533008/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1921533008/160001
4 years, 7 months ago (2016-05-06 09:06:36 UTC) #30
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-06 09:48:12 UTC) #32
piman
https://codereview.chromium.org/1921533008/diff/160001/content/browser/renderer_host/compositor_impl_android.cc File content/browser/renderer_host/compositor_impl_android.cc (left): https://codereview.chromium.org/1921533008/diff/160001/content/browser/renderer_host/compositor_impl_android.cc#oldcode538 content/browser/renderer_host/compositor_impl_android.cc:538: pending_swapbuffers_ = 0; I think this was lost in ...
4 years, 7 months ago (2016-05-06 17:17:29 UTC) #33
sohanjg
Please take a look, thanks. https://codereview.chromium.org/1921533008/diff/160001/content/browser/renderer_host/compositor_impl_android.cc File content/browser/renderer_host/compositor_impl_android.cc (left): https://codereview.chromium.org/1921533008/diff/160001/content/browser/renderer_host/compositor_impl_android.cc#oldcode538 content/browser/renderer_host/compositor_impl_android.cc:538: pending_swapbuffers_ = 0; On ...
4 years, 7 months ago (2016-05-09 05:37:07 UTC) #34
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1921533008/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1921533008/180001
4 years, 7 months ago (2016-05-09 05:37:32 UTC) #36
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-09 06:25:36 UTC) #38
piman
lgtm
4 years, 7 months ago (2016-05-09 16:52:04 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1921533008/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1921533008/180001
4 years, 7 months ago (2016-05-09 17:38:58 UTC) #41
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years, 7 months ago (2016-05-09 17:44:24 UTC) #43
commit-bot: I haz the power
4 years, 7 months ago (2016-05-09 17:46:17 UTC) #45
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/2986bd485401025eeef77025dd9697ec36f9d347
Cr-Commit-Position: refs/heads/master@{#392354}

Powered by Google App Engine
This is Rietveld 408576698