servo/components/layout/display_list
Martin Robinson 6d4b7e7a22 Move hit testing information out of WebRender
Store hit testing information in a data structure that sits alongside
the display list in the compositor. This will allow the compositor to
store more information per-node. The data structure also takes care of
de-duplicating information between successive display list entries. In
the future, the data structure can be even more aggressive in producing
smaller side hit testing lists, if necessary.
2023-03-15 12:25:29 +01:00
..
background.rs Fix some typos 2022-12-17 03:22:34 +01:00
border.rs Servo build fixes. 2019-12-16 14:23:56 +01:00
builder.rs Move hit testing information out of WebRender 2023-03-15 12:25:29 +01:00
conversions.rs style: Miscellaneous Servo build fixes. 2020-02-12 02:43:23 +01:00
gradient.rs Fix some typos 2022-12-17 03:22:34 +01:00
items.rs Move hit testing information out of WebRender 2023-03-15 12:25:29 +01:00
mod.rs Update webrender. 2020-05-11 17:41:56 -04:00
webrender_helpers.rs Move hit testing information out of WebRender 2023-03-15 12:25:29 +01:00