aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared/webrender/rendering_context.rs
Commit message (Expand)AuthorAgeFilesLines
* `compositing`: Combine `webrender_traits` and `compositing_traits` (#36372)Martin Robinson2025-04-061-887/+0
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* libservo: Stop double-buffering `OffscreenRenderingContext` (#35638)Martin Robinson2025-02-281-66/+79
* libservo: Move size handling to `RenderContext` from `WindowMethods` (#35621)Martin Robinson2025-02-251-80/+123
* libservo: Move GL acclerated media setup out of `RenderingContext` and simpli...Martin Robinson2025-02-201-126/+5
* libservo: Expose `SoftwareRenderingContext` and `WindowRenderingContext` (#35...Martin Robinson2025-02-181-244/+334
* libservo: Expose an `OffscreenRenderingContext` and use it for servoshell (#3...Martin Robinson2025-02-171-22/+417
* Use surfman with glow bindings (take II) (#35422)Samson2025-02-131-3/+10
* Revert "Use surfman with glow bindings (#34328)" (#35402)Samson2025-02-101-10/+3
* fix: bring back connection method to fix WebGL texture error (#35358)Ngo Iok Ui (Wu Yu Wei)2025-02-071-0/+9
* Simplify `RenderingContext` trait methods (#35251)Ngo Iok Ui (Wu Yu Wei)2025-02-051-77/+102
* Use surfman with glow bindings (#34328)Samson2025-02-051-3/+11
* feat: Turn `RenderingContext` into a trait (#35052)DK Liao2025-01-241-6/+162
* chore: remove `WindowMethods::rendering_context` (#34780)Ngo Iok Ui (Wu Yu Wei)2025-01-011-16/+25
* clippy: Fix various clippy warnings throughout the code (#33003)Ashwin Naren2024-08-131-1/+1
* webrender_traits: update closure in with_front_buffer to FnOnce (#32946)Ngo Iok Ui (Wu Yu Wei)2024-08-061-1/+1
* Add surface methods to RenderingContext (#32933)Ngo Iok Ui (Wu Yu Wei)2024-08-051-0/+16
* Move `RenderingContext` to `webrender_traits` (#32386)Martin Robinson2024-05-281-0/+244