Auto merge of #23857 - asajeffrey:webxr-sessions-track-draw-texture, r=Manishearth

WebXR sessions track draw texture

<!-- Please describe your changes on the following line: -->

Send the XR framebuffer texture to the XR session.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes do not require tests because we don't have webxr reftests

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23857)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-07-28 10:28:34 -04:00 committed by GitHub
commit eb4f2d150a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 47 additions and 34 deletions

View file

@ -1,5 +1,5 @@
[xrBoundedReferenceSpace_updates.https.html]
expected: TIMEOUT
expected: ERROR
['XRBoundedReferenceSpace updates properly when the changes are applied]
expected: TIMEOUT

View file

@ -1,5 +1,4 @@
[xrSession_end.https.html]
expected: ERROR
[end event fires when non-immersive session ends]
expected: NOTRUN
expected: FAIL

View file

@ -1,5 +1,4 @@
[xrSession_input_events_end.https.html]
expected: ERROR
[Calling end during an input callback stops processing at the right time]
expected: FAIL

View file

@ -1,4 +0,0 @@
[xrSession_prevent_multiple_exclusive.https.html]
[Test prevention of multiple simultaneous immersive sessions]
expected: FAIL