servo/components/layout/display_list
Pyfisch 9e971f9d8f Replace Servo DL items with WR ones
The Servo internal display list items are already pretty much
equivalent to the WebRender ones. Except that Servo items contain
base information and associated glyphs and gradient stops which are
stored implicitly in WebRender. Remove the display items for
rectangles, text, images, border, gradients and box shadow and
replace them with their WebRender counter parts.
2018-08-06 19:47:00 +02:00
..
background.rs Replace Servo DL items with WR ones 2018-08-06 19:47:00 +02:00
builder.rs Replace Servo DL items with WR ones 2018-08-06 19:47:00 +02:00
conversions.rs Fix Servo build. 2018-05-19 10:15:17 +02:00
items.rs Replace Servo DL items with WR ones 2018-08-06 19:47:00 +02:00
mod.rs Move DL items from gfx to layout 2018-04-22 13:13:45 +02:00
webrender_helpers.rs Replace Servo DL items with WR ones 2018-08-06 19:47:00 +02:00