servo/components/script/dom/webgl_extensions
bors-servo bde8a1e239
Auto merge of #21313 - jdm:glstuff, r=nox
Framebuffer and renderbuffer fixes

This commits address two separate panics that occur when running the framebuffer-object-attachment.html test. The test still panics due to another framebuffer completion status problem, so the overall test results don't demonstrate any improvement.

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #21252
- [x] There are tests for these changes

<!-- 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/21313)
<!-- Reviewable:end -->
2018-08-02 09:26:35 -04:00
..
ext Auto merge of #21313 - jdm:glstuff, r=nox 2018-08-02 09:26:35 -04:00
extension.rs Add support for filtering WebGL extensions based on WebGL version 2017-10-31 21:38:39 +01:00
extensions.rs Always use a WebGLVertexArrayObject to handle vertex attribs 2018-08-02 12:46:19 +02:00
mod.rs Add support for filtering WebGL extensions based on WebGL version 2017-10-31 21:38:39 +01:00
wrapper.rs Always use a WebGLVertexArrayObject to handle vertex attribs 2018-08-02 12:46:19 +02:00