WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
296617
[WebXR][OpenXR] Export OpenXR textures to WebProcess for WebGL rendering
https://bugs.webkit.org/show_bug.cgi?id=296617
Summary
[WebXR][OpenXR] Export OpenXR textures to WebProcess for WebGL rendering
Sergio Villar Senin
Reported
2025-07-29 03:03:45 PDT
OpenXR API is called in the UIProcess, meaning that we get textures from the OpenXR swapchain there. However we need to pass those textures to the WebProcess so that WebGL content can be rendered there. The solution for linux systems is to use DMABuf for that. We should export the textures generated by the swapchains and render WebGL content there.
Attachments
Add attachment
proposed patch, testcase, etc.
Sergio Villar Senin
Comment 1
2025-07-29 03:25:51 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/48650
Sergio Villar Senin
Comment 2
2025-07-31 09:36:39 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/48780
Sergio Villar Senin
Comment 3
2025-07-31 09:55:19 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/48781
EWS
Comment 4
2025-08-04 01:40:49 PDT
Committed
298184@main
(02a244de37cd): <
https://commits.webkit.org/298184@main
> Reviewed commits have been landed. Closing PR #48650 and removing active labels.
Radar WebKit Bug Importer
Comment 5
2025-08-04 01:41:13 PDT
<
rdar://problem/157458356
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug