aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas/webgl_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* `compositing`: Combine `webrender_traits` and `compositing_traits` (#36372)Martin Robinson2025-04-061-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-4/+4
* Update to rust 1.85 (#35628)Simon Wülker2025-02-241-16/+16
* Use surfman with glow bindings (take II) (#35422)Samson2025-02-131-29/+13
* Revert "Use surfman with glow bindings (#34328)" (#35402)Samson2025-02-101-13/+29
* deps: Upgrade to `webrender@0.66` (#35325)Martin Robinson2025-02-071-0/+1
* Update `pixels::unmultiply_inplace` to support RB swap and use it in canvas_s...Euclid Ye2025-02-061-1/+1
* Use surfman with glow bindings (#34328)Samson2025-02-051-29/+13
* webgl: shutdown webrender before acknowledging Exit message (#34917)Mukilan Thiyagarajan2025-01-091-9/+9
* Add initial support for WebGL 2 BlitFramebuffer (#26389)Josh Matthews2025-01-061-0/+16
* Replace `sparkle` with `glow` in `components/canvas` (#33918)Samson2024-11-201-660/+881
* feat: `webxr` feature flag (#34241)Ngo Iok Ui (Wu Yu Wei)2024-11-131-341/+34
* remove sparkle from components/servo (#33910)Samson2024-10-191-12/+12
* Update to surfman&webxr without sparkle and use glow 0.15 (#33538)Samson2024-10-181-5/+18
* Move unmultiply_inplace to pixels crate (#33553)Taym Haddadi2024-09-271-10/+1
* ohos: Enable Webgl context creation on OH 5.0 (#33257)Jonathan Schwender2024-09-021-2/+0
* fix clippy warning for clamp pattern in `webgl_thread` (#33230)Callum Leslie2024-08-281-2/+2
* clippy: Fix various clippy warnings throughout the code (#33003)Ashwin Naren2024-08-131-2/+2
* Fix panic in Webrender during shutdown (#32897)Taym Haddadi2024-08-061-1/+4
* Remove the WebXR dependency on ancient `time@0.1` crate (#32862)Martin Robinson2024-07-261-13/+0
* Add OpenHarmony support to servoshell (#32594)Jonathan Schwender2024-06-281-0/+2
* clippy: fix `result_unit_err` warnings (#31791)eri2024-03-211-4/+4
* clippy: Fix assorted warnings in `components/` (#31628)eri2024-03-131-3/+5
* clippy: fix some warnings in components/canvas (#31563)eri2024-03-081-36/+36
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Temporarily convert existing cfg(debug_assertions) crashes to warnings (#30578)Delan Azabani2023-10-181-3/+6
* Fix webgl regression after WebRender upgrade (#30390)Mukilan Thiyagarajan2023-09-201-26/+22
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-62/+29
* Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)Martin Robinson2023-09-101-15/+19
* remove `extern crate` (#30311)Samson2023-09-081-0/+2
* Remove dependency on surfman-chains (#30090)Martin Robinson2023-08-111-15/+7
* Try to `use` WebRender types moreMartin Robinson2023-07-101-38/+40
* Remove the DOMToTexture featureMartin Robinson2023-06-271-97/+0
* Bump euclid to 0.22Martin Robinson2023-01-261-1/+1
* feat: shorten thread namesyvt2021-07-191-1/+1
* Fix deprecation warnings.Josh Matthews2020-11-121-11/+11
* webgl: Support preserveDrawingBuffer.Josh Matthews2020-08-061-13/+21
* Support depth and stencil in webxrAlan Jeffrey2020-07-101-16/+19
* Support for webxr layer managementAlan Jeffrey2020-06-281-200/+427
* Auto merge of #26787 - szeged:texi2d_3, r=jdmbors-servo2020-06-181-2/+26
|\
| * Add support for WebGL2 TexImage2DIstvan Miklos2020-06-181-2/+26
* | blockingly shut-down webrender when exiting webgl_threadGregory Terzian2020-06-171-10/+8
|/
* Proxy all WR interactions for layout/font/script/canvas threads to the compos...Josh Matthews2020-06-091-4/+4
* Convert all uses of UpdateResources api to use webrender transactions.Josh Matthews2020-05-111-3/+11
* webgl: Return TEXTURE_IMMUTABLE_FORMAT as a boolean; don't panic on macOS for...Josh Matthews2020-04-301-0/+5
* webgl: Add missing RGB8 texture format combination.Josh Matthews2020-04-301-1/+2
* webgl: Fix tidyMátyás Mustoha2020-04-301-8/+4
* webgl: Fix support for float/half-float texture formats.Josh Matthews2020-04-301-11/+22
* Add support for WebGL2 TexStorage2DMátyás Mustoha2020-04-301-3/+20
* Update surfman to 0.2 and remove glutinAlan Jeffrey2020-04-171-142/+300