aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/display_list/webrender_helpers.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy layout (layout 2013) (#35943)Oriol Brufau2025-03-131-553/+0
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* clippy: Fix a couple clippy warnings on macOS (#35703)Martin Robinson2025-02-271-1/+1
* layout: Implement overflow scroll support for different axes (#35414)Euclid Ye2025-02-141-2/+6
* deps: Upgrade to `webrender@0.66` (#35325)Martin Robinson2025-02-071-0/+1
* fix many clippy warnings (#33510)Gae242024-09-211-9/+9
* legacy-layout: Fix display list building after WebRender upgrade (#33073)Martin Robinson2024-08-161-25/+87
* deps: Upgrade to WebRender 0.65 (#32930)Martin Robinson2024-08-051-0/+1
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-201-3/+3
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-2/+2
* chore: Clean up use of `gfx` and `constellation` types (#31981)Martin Robinson2024-04-091-2/+2
* dependencies: Upgrade to WebRender 0.64 (#31486)Martin Robinson2024-03-141-63/+81
* layout: Propagate overflow values from `<body>` to root element (#31618)Martin Robinson2024-03-131-1/+7
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Only access hit test items for the current epoch in the compositor (#30491)Martin Robinson2023-10-041-1/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+5
* Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)Martin Robinson2023-09-101-15/+22
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Use explicit WebRender hit test items in legacy layout (#29981)Martin Robinson2023-07-171-13/+37
* Auto merge of #29965 - mrobinson:clip-chain, r=delanbors-servo2023-07-111-67/+77
|\
| * Use the WebRender clip chain APIMartin Robinson2023-07-041-67/+77
* | Try to `use` WebRender types moreMartin Robinson2023-07-101-1/+1
|/
* Clean up and document the `send_display_list` interfaceMartin Robinson2023-05-241-16/+11
* Add a compositor-side scroll treeMartin Robinson2023-05-191-39/+76
* Move hit testing information out of WebRenderMartin Robinson2023-03-151-5/+13
* Move more code into ClipScrollState during WebRender DL buildingMartin Robinson2023-03-101-74/+99
* Bump euclid to 0.22Martin Robinson2023-01-261-1/+1
* Proxy all WR interactions for layout/font/script/canvas threads to the compos...Josh Matthews2020-06-091-3/+7
* Use new webrender rounded clip API.Josh Matthews2020-05-121-10/+13
* Update webrender.Josh Matthews2020-05-111-3/+0
* Fix failing assertion -- failure to pop reference frameDaniel Alley2020-03-301-2/+5
* Remove syn 0.15 from our crate graph (fixes #24421)Anthony Ramine2020-03-051-0/+1
* Update webrender and serde_bytesAnthony Ramine2019-11-131-5/+10
* Replace DisplayList::is_contentful with tracking during conversion to WR disp...Simon Sapin2019-09-061-5/+33
* Replace the WebRenderDisplayItemConverter trait with an inherent methodSimon Sapin2019-09-061-16/+3
* Update webrender, image, png and raqoteBastien Orivel2019-08-161-0/+1
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* Remove sometimes-unused bounds field from base display item to prevent confus...Josh Matthews2019-07-091-1/+1
* rustfmtJosh Matthews2019-07-091-17/+25
* Upgrade display list building for the WebRender update.Patrick Walton2019-07-091-102/+94
* WebRender units are no longer reexported.Patrick Walton2019-07-091-5/+4
* WR update: APIs updatePaul Rouget2019-03-221-8/+27
* Update webrender.Josh Matthews2019-01-171-87/+155
* Update webrenderManish Goregaokar2018-11-271-8/+14
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Auto merge of #22074 - jdm:wrup, r=noxbors-servo2018-11-071-1/+1
|\
| * Update webrender to 790b76f1547453615262c3037e1fb04bda22fbc8.Josh Matthews2018-11-061-1/+1
* | `cargo fix --edition`Simon Sapin2018-11-061-2/+2
|/
* Directly build WebRender LineDisplayItemPyfisch2018-10-281-8/+1
* Layout: Remove redundant deny unsafe and formatPyfisch2018-10-221-4/+7