diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2019-07-26 09:16:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-26 09:16:34 -0400 |
commit | 8ec28978cdc3e0fa66652a7a0a57911ca414254c (patch) | |
tree | f587433eade26239084b9e59f521e4132cfe1b7e /components/script/dom/htmlpreelement.rs | |
parent | 2981fe87ceeff4d5ccbba382c500d1eef9b1dfc4 (diff) | |
parent | a2ca3ddbd95f45e8e02eaa4ed39ab7283fc49aa3 (diff) | |
download | servo-8ec28978cdc3e0fa66652a7a0a57911ca414254c.tar.gz servo-8ec28978cdc3e0fa66652a7a0a57911ca414254c.zip |
Auto merge of #23777 - jdm:webgl-main-thread, r=asajeffrey
Support running WebGL in its own thread or on the main thread.
This is the final missing piece to support WebGL in ANGLE on Windows. ANGLE doesn't support multiple GL contexts on separate threads using the same underlying Direct3d device, so we need to process all GL operations for WebGL on the same thread as the compositor. These changes try to retain enough flexibility to support both approaches so we can get WebGL working on Windows ASAP.
---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #23697
- [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/23777)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/htmlpreelement.rs')
0 files changed, 0 insertions, 0 deletions