aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/display_list/webrender_helpers.rs
Commit message (Expand)AuthorAgeFilesLines
* Revert "Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)"revert-webrenderMukilan Thiyagarajan2023-09-141-22/+15
* 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
* Split layout/background.rs filePyfisch2018-10-221-88/+13
* Update webrender to 923ee495bd9b0fda8a4a94c5a6cf42e2f0548731.Josh Matthews2018-10-091-2/+2
* Update WebrenderPyfisch2018-10-091-0/+1
* Replace Servo DL items with WR onesPyfisch2018-08-061-89/+76
* Updates for WR gradient API change.Glenn Watson2018-07-161-20/+41
* Give stacking contexts the right reference frame idMartin Robinson2018-06-251-0/+5
* Changes for separate reference frame PR (#2756)Martin Robinson2018-06-201-11/+21
* Update WR (transaction API change)Glenn Watson2018-06-201-5/+3
* Use reference frames explicitly for fixed positioningMartin Robinson2018-06-041-5/+20
* Update to gleam 0.5Anthony Ramine2018-05-051-1/+1
* Auto merge of #20420 - pyfisch:corner-clipping, r=emiliobors-servo2018-04-291-22/+13
|\
| * Move DL items from gfx to layoutPyfisch2018-04-221-22/+13
* | Update Webrender to last versionAnthony Ramine2018-04-261-1/+2
* | Update WebrenderBastien Orivel2018-04-251-0/+1
|/