servo/components/compositing
Thomas Jespersen 0c1eeb2fc7 Only send unused buffers messages if there are actually any buffers
Some debugging reveals that the send_back_unused_buffers() quite often
sends empty vectors back to the paint task. This still incurs an
communication overhead though. Instead check that the there actually are
buffers to send back.
2015-04-07 17:52:42 +02:00
..
Cargo.toml Split out shared networking code into net_traits crate 2015-04-03 13:38:10 -04:00
compositor.rs Only send unused buffers messages if there are actually any buffers 2015-04-07 17:52:42 +02:00
compositor_layer.rs Only send unused buffers messages if there are actually any buffers 2015-04-07 17:52:42 +02:00
compositor_task.rs layout: Implement CSS transitions per CSS-TRANSITIONS § 2. 2015-03-31 08:46:11 -07:00
constellation.rs Split out shared networking code into net_traits crate 2015-04-03 13:38:10 -04:00
headless.rs layout: Implement CSS transitions per CSS-TRANSITIONS § 2. 2015-03-31 08:46:11 -07:00
lib.rs Split out shared networking code into net_traits crate 2015-04-03 13:38:10 -04:00
pipeline.rs Split out shared networking code into net_traits crate 2015-04-03 13:38:10 -04:00
scrolling.md Add documentation about the scrolling model 2014-10-10 09:26:43 -07:00
scrolling.rs Fix more warnings everywhere. 2015-03-18 22:11:20 +01:00
windowing.rs Introduce a MouseButton enum. 2015-04-03 01:24:33 +02:00