Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUse surfman for managing GL surfaces #24482
Conversation
highfive
commented
Oct 17, 2019
|
Heads up! This PR modifies the following files:
|
highfive
commented
Oct 17, 2019
|
I skimmed a lot of webgl_thread.rs but overall this looks like it's in good shape. |
|
@bors-servo try |
|
|
|
@bors-servo try |
Use surfman for managing GL surfaces <!-- Please describe your changes on the following line: --> Replaces texture sharing with surfman surface sharing. --- <!-- 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 fix #23509 and #24256 - [x] These changes do not require tests because this is backend gfx <!-- 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. -->
|
|
|
Most comments addressed, the outstanding one is about depth/stencil/alpha. |
|
Build failures are caused by the warnings caused by WebVR not being implemented. |
|
@bors-servo try |
Use surfman for managing GL surfaces <!-- Please describe your changes on the following line: --> Replaces texture sharing with surfman surface sharing. --- <!-- 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 fix #23509 and #24256 - [x] These changes do not require tests because this is backend gfx <!-- 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. -->
|
|
|
The android build is failing because something is causing a |
|
Also be aware: the WPT tests on linux had a lot of failures: https://build.servo.org/builders/linux-rel-css/builds/13780 |
|
They're all crashes of:
|
|
Squashed. @bors-servo r=jdm |
|
|
Use surfman for managing GL surfaces <!-- Please describe your changes on the following line: --> Replaces texture sharing with surfman surface sharing. --- <!-- 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 fix #23509 and #24256 - [x] These changes do not require tests because this is backend gfx <!-- 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. -->
|
|
|
@bors-servo retry force |
|
|
Use surfman for managing GL surfaces <!-- Please describe your changes on the following line: --> Replaces texture sharing with surfman surface sharing. --- <!-- 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 fix #23509 and #24256 - [x] These changes do not require tests because this is backend gfx <!-- 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. -->
|
|
asajeffrey commentedOct 17, 2019
Replaces texture sharing with surfman surface sharing.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errors