WebXR sessions track draw texture#23857
Merged
bors-servo merged 1 commit intoservo:masterfrom Jul 28, 2019
Merged
Conversation
|
Heads up! This PR modifies the following files:
|
Contributor
Author
|
The matching webxr changes are servo/webxr#31 |
Manishearth
approved these changes
Jul 27, 2019
1803be6 to
832ff70
Compare
Contributor
Author
|
@bors-servo r=Manishearth |
Contributor
|
📌 Commit 832ff70 has been approved by |
Contributor
bors-servo
pushed a commit
that referenced
this pull request
Jul 27, 2019
…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 -->
Contributor
|
💔 Test failed - linux-rel-wpt |
Member
|
Contributor
Author
|
Oh, have I accidentally fixed some broken tests? I'll update the expectations when I'm in front of a computer. |
832ff70 to
3012557
Compare
Member
|
@bors-servo r=Manishearth |
Contributor
|
📌 Commit 3012557 has been approved by |
Contributor
bors-servo
pushed a commit
that referenced
this pull request
Jul 28, 2019
…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 -->
…uffer rather than the default canvas framebuffer
3012557 to
c757a9c
Compare
Member
|
@bors-servo r=Manishearth |
Contributor
|
📌 Commit c757a9c has been approved by |
Member
|
@bors-servo force |
Contributor
bors-servo
pushed a commit
that referenced
this pull request
Jul 28, 2019
…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 -->
Member
|
@bors-servo p=11 treeclosed=10 |
Contributor
|
☀️ Test successful - linux-rel-css, linux-rel-wpt, status-taskcluster |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Send the XR framebuffer texture to the XR session.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is