servo/components/layout_2020/display_list
bors-servo 7eacfa4f0d
Auto merge of #26823 - jdm:single-renderapi, r=asajeffrey
Update webrender

These changes reflect changes in webrender's API that make RenderApiSender and RenderApi objects more challenging to share. This PR moves us to a model where:
* the compositor owns the main RenderApi object
* other threads that need to create transactions or manipulate fonts proxy those operations to the compositor (script/layout use IPC, while other threads use non-IPC channels)
* the webgl thread owns its own independent RenderApi
2020-06-09 19:34:08 -04:00
..
background.rs layout_2020: Implement support for backface-visibility 2020-05-16 09:42:45 +02:00
conversions.rs Add support for text-decoration-style 2020-03-23 11:10:44 +01:00
gradient.rs Some servo build fixes. 2020-04-16 18:29:30 +02:00
mod.rs layout_2020: Tag fragments with their pseudo content type 2020-06-06 17:25:08 +02:00
stacking_context.rs Auto merge of #26823 - jdm:single-renderapi, r=asajeffrey 2020-06-09 19:34:08 -04:00