servo/components/canvas
bors-servo 1b55ab5804
Auto merge of #26787 - szeged:texi2d_3, r=jdm
Add support for WebGL2 TexImage2D

Adds initial support for one of the WebGL2 `TexImage2D` call.

I've enabled the `tests/wpt/webgl/tests/deqp/` tests.

---
<!-- 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 part of #26512
- [x] There are tests for these changes

@mmatyas @zakorgy @jdm
<!-- 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. -->
2020-06-18 09:58:55 -04:00
..
webgl_mode Implement GPUSwapChain and GPUCanvasContext and interface with Webrender 2020-06-13 17:46:12 +05:30
canvas_data.rs Auto merge of #26697 - utsavoza:ugo/issue-11681/22-05-2020, r=jdm 2020-06-12 13:43:51 -04:00
canvas_paint_thread.rs Auto merge of #26697 - utsavoza:ugo/issue-11681/22-05-2020, r=jdm 2020-06-12 13:43:51 -04:00
Cargo.toml Add support for WebGL2 TexImage2D 2020-06-18 09:59:04 +02:00
lib.rs Integrate swapchain surface provider changes into webgl and webxr implementations. 2020-03-09 17:50:54 -04:00
raqote_backend.rs Fix ./mach build --release --with-layout-2020 2020-06-10 22:34:24 +05:30
webgl_limits.rs Add support for WebGL2 MIN_PROGRAM_TEXEL_OFFSET 2020-04-30 10:11:11 +02:00
webgl_thread.rs Auto merge of #26787 - szeged:texi2d_3, r=jdm 2020-06-18 09:58:55 -04:00