Bug 226405 - [WebXR] No need for opaqueTexture when USE(IOSURFACE_FOR_XR_LAYER_DATA)
Summary: [WebXR] No need for opaqueTexture when USE(IOSURFACE_FOR_XR_LAYER_DATA)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebXR (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-05-28 16:38 PDT by Dean Jackson
Modified: 2021-05-30 15:27 PDT (History)
4 users (show)

See Also:


Attachments
Patch (3.75 KB, patch)
2021-05-28 16:41 PDT, Dean Jackson
thorton: review+
Details | Formatted Diff | Diff
EWS test (3.80 KB, patch)
2021-05-30 12:39 PDT, Dean Jackson
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
EWS test 2 (5.01 KB, patch)
2021-05-30 13:05 PDT, Dean Jackson
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
EWS test 3 (5.04 KB, patch)
2021-05-30 14:27 PDT, Dean Jackson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2021-05-28 16:38:20 PDT
When USE(IOSURFACE_FOR_XR_LAYER_DATA) is true, we'll get our textures via a different method - we'll create them based on an IOSurface we receive. This means that when we're in a USE(IOSURFACE_FOR_XR_LAYER_DATA) configuration, we don't need the opaqueTexture property on FrameData.
Comment 1 Radar WebKit Bug Importer 2021-05-28 16:38:50 PDT
<rdar://problem/78636950>
Comment 2 Dean Jackson 2021-05-28 16:41:32 PDT
Created attachment 430073 [details]
Patch
Comment 3 Dean Jackson 2021-05-30 12:39:40 PDT
Created attachment 430145 [details]
EWS test
Comment 4 Dean Jackson 2021-05-30 13:05:47 PDT
Created attachment 430147 [details]
EWS test 2
Comment 5 Dean Jackson 2021-05-30 14:27:04 PDT
Created attachment 430150 [details]
EWS test 3
Comment 6 Dean Jackson 2021-05-30 15:27:11 PDT
Committed r278259 (238296@main): <https://commits.webkit.org/238296@main>