servo/components/gfx
bors-servo 6d52bdf4ff Auto merge of #7891 - mrobinson:display-list-paint-layer, r=pcwalton
Properly size synthesized layers

Layers that are composed of several stacking contexts that need to be
rendered on top of other layered content need synthesized layers.
Previously, these layers were placed into a stacking context that was
the same size as their parent. This patch creates a new type of
PaintLayer which simply holds a display list. The layer is sized to the
bounds of the DisplayList and its children are positioned relative to
the parent stacking context.

This will also be useful in the future, when items outside of
StackingContexts are given their own layer for render order purposes.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7891)
<!-- Reviewable:end -->
2015-10-09 17:00:21 -06:00
..
display_list Auto merge of #7891 - mrobinson:display-list-paint-layer, r=pcwalton 2015-10-09 17:00:21 -06:00
platform Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
text Auto merge of #7799 - mbrubeck:glyph-cleanup, r=pcwalton 2015-09-30 17:44:02 -06:00
Cargo.toml Update servo to use published app units crate 2015-10-01 11:45:35 +10:00
filters.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
font.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
font_cache_task.rs layout: Load Web fonts asynchronously. 2015-09-27 15:38:20 -07:00
font_context.rs Check for font_variant equality in LayoutFontGroupCacheKey::eq. 2015-10-02 11:02:35 +02:00
font_template.rs Fix reported test-tidy errors for unmerged import blocks 2015-09-19 12:50:14 -04:00
lib.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
paint_context.rs Handle zero-sized source surfaces properly, and upgrade ipc-channel to 2015-09-30 23:09:36 -07:00
paint_task.rs Properly size synthesized layers 2015-10-07 15:12:36 -07:00