servo/components/gfx
Glenn Watson acfdfd2fa9 Remove old rendering backend.
This removes paint threads, rust-layers dependency, and changes
optional webrender types to be required.

The use_webrender option has been removed, however I've left
the "-w" command line option in place so that wpt
runner can continue to pass that. Once it's removed from there
we can also remove the -w option.

Once this stage is complete, it should be fine to change the
display list building code to generate webrender display
lists directly and avoid the conversion step.
2016-10-18 10:21:27 +10:00
..
display_list layout: Rewrite clipping to be a two-phase process that takes physical 2016-10-15 14:18:48 -07:00
platform gfx: On the Mac, take the scale into account when determining the 2016-10-11 12:36:19 -07:00
text Remove old rendering backend. 2016-10-18 10:21:27 +10:00
Cargo.toml Remove old rendering backend. 2016-10-18 10:21:27 +10:00
filters.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
font.rs Remove old rendering backend. 2016-10-18 10:21:27 +10:00
font_cache_thread.rs Remove old rendering backend. 2016-10-18 10:21:27 +10:00
font_context.rs Remove old rendering backend. 2016-10-18 10:21:27 +10:00
font_template.rs Make font template data load fallible. Fixes #12037. 2016-07-05 10:02:40 -04:00
lib.rs Remove old rendering backend. 2016-10-18 10:21:27 +10:00
paint_context.rs Change 'image_rendering' enum variants to snake cases 2016-10-07 23:31:30 +05:30