servo/components/gfx
Patrick Walton 6eacb0c995 gfx: Make display lists serializable using serde.
This commit introduces the `serde` dependency, which we will use to
serialize messages going between processes in multiprocess Servo.

This also adds a new debugging flag, `-Z print-display-list-json`,
allowing the output of display list serialization to be visualized.
This will be useful for our experiments with alternate rasterizers.
2015-07-15 19:04:17 -07:00
..
display_list gfx: Make display lists serializable using serde. 2015-07-15 19:04:17 -07:00
platform gfx: Make display lists serializable using serde. 2015-07-15 19:04:17 -07:00
text gfx: Make display lists serializable using serde. 2015-07-15 19:04:17 -07:00
Cargo.toml gfx: Make display lists serializable using serde. 2015-07-15 19:04:17 -07:00
filters.rs Rename Au methods with f32/f64 instead of frac32/frac/subpx 2015-05-05 18:23:29 +02:00
font.rs gfx: Make display lists serializable using serde. 2015-07-15 19:04:17 -07:00
font_cache_task.rs Use atoms for font template structures. 2015-07-13 08:23:02 +10:00
font_context.rs Use atoms for font template structures. 2015-07-13 08:23:02 +10:00
font_template.rs Use atoms for font template structures. 2015-07-13 08:23:02 +10:00
lib.rs gfx: Make display lists serializable using serde. 2015-07-15 19:04:17 -07:00
paint_context.rs Remove unused mut. 2015-07-14 22:16:44 -07:00
paint_task.rs gfx: Make display lists serializable using serde. 2015-07-15 19:04:17 -07:00