mirror of
https://github.com/servo/servo.git
synced 2025-07-02 04:53:39 +01:00
Ensure GL context is prepared for deinitialization. I tested shutdown on Windows numerous times before and after this change, and I have not seen any further panics in debug builds in builds with the GL context made active before deinitializing WebRender. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #23706 and fix #23614. - [x] These changes do not require tests because no tests on windows ;_; <!-- 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/23707) <!-- Reviewable:end --> |
||
---|---|---|
.. | ||
build.rs | ||
Cargo.toml | ||
compositor.rs | ||
compositor_thread.rs | ||
gl.rs | ||
lib.rs | ||
touch.rs | ||
windowing.rs |