servo/components/gfx
bors-servo 55fc48e4c4 Auto merge of #9843 - pcwalton:optimize-flat-display-lists, r=mrobinson
Optimize flat display lists

Flat display lists were a 2x regression on the spheres demo. This patch series fixes that.

See the individual commits for more details.

r? @mrobinson

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9843)
<!-- Reviewable:end -->
2016-03-04 02:49:04 +05:30
..
display_list gfx: Switch offsets to an FNV hasher. 2016-03-03 13:09:53 -08:00
platform Add WebRender integration to Servo. 2016-02-18 10:35:29 +10:00
text Remove util::vec::Comparator 2016-03-01 14:28:16 +01:00
Cargo.toml Indicate components should not be published to crates.io. 2016-03-03 15:04:44 -05:00
filters.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
font.rs Add WebRender integration to Servo. 2016-02-18 10:35:29 +10:00
font_cache_thread.rs Make use of From<String> for Atom 2016-02-24 17:52:13 +01:00
font_context.rs Add WebRender integration to Servo. 2016-02-18 10:35:29 +10:00
font_template.rs Derive Debug on FontGroup and its components 2015-12-12 10:04:33 +01:00
lib.rs Move util::range into its own crate 2016-02-25 21:06:10 -05:00
paint_context.rs Move util::range into its own crate 2016-02-25 21:06:10 -05:00
paint_thread.rs Flatten display list structure 2016-03-01 14:50:07 -08:00