[xr] Move GpuFence creation into ClientSharedImage for OpenXR [chromium/src : main]

0 views
Skip to first unread message

Vasiliy Telezhnikov (Gerrit)

unread,
May 26, 2026, 11:19:55 AM (7 days ago) May 26
to Mingjing Zhang, Chromium LUCI CQ, android-bu...@system.gserviceaccount.com, feature-v...@chromium.org
Attention needed from Mingjing Zhang

Vasiliy Telezhnikov voted and added 1 comment

Votes added by Vasiliy Telezhnikov

Code-Review+1

1 comment

Patchset-level comments
File-level comment, Patchset 6 (Latest):
Vasiliy Telezhnikov . resolved

Sorry for the delay, lgtm, thanks.

Open in Gerrit

Related details

Attention is currently required from:
  • Mingjing Zhang
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • requirement is not satisfiedCode-Owners
  • requirement satisfiedCode-Review
  • requirement satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: Id9891c9a343b40df4ed687d7bfe34df10c81598c
Gerrit-Change-Number: 7866522
Gerrit-PatchSet: 6
Gerrit-Owner: Mingjing Zhang <mjz...@chromium.org>
Gerrit-Reviewer: Mingjing Zhang <mjz...@chromium.org>
Gerrit-Reviewer: Vasiliy Telezhnikov <vas...@chromium.org>
Gerrit-Attention: Mingjing Zhang <mjz...@chromium.org>
Gerrit-Comment-Date: Tue, 26 May 2026 15:19:50 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
satisfied_requirement
unsatisfied_requirement
open
diffy

Alexander Cooper (Gerrit)

unread,
May 26, 2026, 12:49:49 PM (7 days ago) May 26
to Mingjing Zhang, Vasiliy Telezhnikov, Chromium LUCI CQ, android-bu...@system.gserviceaccount.com, feature-v...@chromium.org
Attention needed from Mingjing Zhang

Alexander Cooper voted Code-Review+1

Code-Review+1
Open in Gerrit

Related details

Attention is currently required from:
  • Mingjing Zhang
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • requirement satisfiedCode-Owners
  • requirement satisfiedCode-Review
  • requirement satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: Id9891c9a343b40df4ed687d7bfe34df10c81598c
Gerrit-Change-Number: 7866522
Gerrit-PatchSet: 6
Gerrit-Owner: Mingjing Zhang <mjz...@chromium.org>
Gerrit-Reviewer: Alexander Cooper <alco...@chromium.org>
Gerrit-Reviewer: Mingjing Zhang <mjz...@chromium.org>
Gerrit-Reviewer: Vasiliy Telezhnikov <vas...@chromium.org>
Gerrit-Attention: Mingjing Zhang <mjz...@chromium.org>
Gerrit-Comment-Date: Tue, 26 May 2026 16:49:37 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
satisfied_requirement
open
diffy

Mingjing Zhang (Gerrit)

unread,
May 28, 2026, 11:41:10 AM (5 days ago) May 28
to Alexander Cooper, Vasiliy Telezhnikov, Chromium LUCI CQ, android-bu...@system.gserviceaccount.com, feature-v...@chromium.org

Mingjing Zhang voted Commit-Queue+2

Commit-Queue+2
Open in Gerrit

Related details

Attention set is empty
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • requirement satisfiedCode-Owners
  • requirement satisfiedCode-Review
  • requirement satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: Id9891c9a343b40df4ed687d7bfe34df10c81598c
Gerrit-Change-Number: 7866522
Gerrit-PatchSet: 6
Gerrit-Owner: Mingjing Zhang <mjz...@chromium.org>
Gerrit-Reviewer: Alexander Cooper <alco...@chromium.org>
Gerrit-Reviewer: Mingjing Zhang <mjz...@chromium.org>
Gerrit-Reviewer: Vasiliy Telezhnikov <vas...@chromium.org>
Gerrit-Comment-Date: Thu, 28 May 2026 15:41:02 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
satisfied_requirement
open
diffy

Chromium LUCI CQ (Gerrit)

unread,
May 28, 2026, 1:49:48 PM (5 days ago) May 28
to Mingjing Zhang, Alexander Cooper, Vasiliy Telezhnikov, android-bu...@system.gserviceaccount.com, feature-v...@chromium.org

Chromium LUCI CQ submitted the change

Change information

Commit message:
[xr] Move GpuFence creation into ClientSharedImage for OpenXR

As part of the effort of moving SyncToken management in
ClientSharedImage, this CL moves the GpuFence creation in OpenXR into
ClientSharedImage::CreateGpuFenceForSyncTokens(). To support this
change, we also added a GetSharedImages() member in
OpenXrGraphicsBinding to retrieve ClientSharedImages for layers, and
changed the GpuFence destruction timing to match the model used by
Cardboard in ClientSharedImage::CreateGpuFenceForSyncTokens().
Change-Id: Id9891c9a343b40df4ed687d7bfe34df10c81598c
Commit-Queue: Mingjing Zhang <mjz...@chromium.org>
Reviewed-by: Vasiliy Telezhnikov <vas...@chromium.org>
Reviewed-by: Alexander Cooper <alco...@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1637809}
Files:
  • M device/vr/openxr/openxr_graphics_binding.cc
  • M device/vr/openxr/openxr_graphics_binding.h
  • M device/vr/openxr/openxr_render_loop.cc
  • M device/vr/openxr/openxr_render_loop.h
Change size: M
Delta: 4 files changed, 42 insertions(+), 18 deletions(-)
Branch: refs/heads/main
Submit Requirements:
  • requirement satisfiedCode-Review: +1 by Vasiliy Telezhnikov, +1 by Alexander Cooper
Open in Gerrit
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: merged
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: Id9891c9a343b40df4ed687d7bfe34df10c81598c
Gerrit-Change-Number: 7866522
Gerrit-PatchSet: 7
Gerrit-Owner: Mingjing Zhang <mjz...@chromium.org>
Gerrit-Reviewer: Alexander Cooper <alco...@chromium.org>
Gerrit-Reviewer: Chromium LUCI CQ <chromiu...@luci-project-accounts.iam.gserviceaccount.com>
Gerrit-Reviewer: Mingjing Zhang <mjz...@chromium.org>
Gerrit-Reviewer: Vasiliy Telezhnikov <vas...@chromium.org>
open
diffy
satisfied_requirement

Tommy Nyquist (Gerrit)

unread,
May 28, 2026, 7:43:58 PM (5 days ago) May 28
to Mingjing Zhang, Chromium LUCI CQ, Alexander Cooper, Vasiliy Telezhnikov, android-bu...@system.gserviceaccount.com, feature-v...@chromium.org

Tommy Nyquist has created a revert of this change

Related details

Attention set is empty
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • requirement satisfiedCode-Owners
  • requirement satisfiedCode-Review
  • requirement satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: revert
satisfied_requirement
open
diffy
Reply all
Reply to author
Forward
0 new messages