Auto merge of #24514 - imiklos:webgl_transform_feedback, r=jdm

Add WebGL Transformfeedback support

Reference: https://www.khronos.org/registry/webgl/specs/latest/2.0/#3.7.15
cc @mmatyas @jdm @zakorgy

---
<!-- 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

<!-- Either: -->
- [X] There are tests for these changes

<!-- 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. -->
This commit is contained in:
bors-servo 2019-11-08 13:26:29 -05:00 committed by GitHub
commit 970f7163e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 588 additions and 17 deletions

4
Cargo.lock generated
View file

@ -4883,9 +4883,9 @@ dependencies = [
[[package]]
name = "sparkle"
version = "0.1.8"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25e193f97790240fc9208b077001c8331f4ccc801daa4df56efcb90e513c0989"
checksum = "84b935631ddcc08b257a331ac645cc6831e52a4ff55d4c430142575c6757a094"
dependencies = [
"gl_generator 0.13.1",
]