aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg/compositor_msg.rs
Commit message (Expand)AuthorAgeFilesLines
* gfx: Make display lists serializable using `serde`.Patrick Walton2015-07-151-1/+1
* layout: Make the `LayoutControlChan` use IPC.Patrick Walton2015-07-141-1/+1
* compositing: Move messages that go over the `ScriptListener` to go overPatrick Walton2015-07-141-11/+43
* Move LayerBuffer cache to the compositorMartin Robinson2015-07-081-1/+4
* Update to latest rust-layersMartin Robinson2015-06-301-2/+2
* Implement enough of 3d transforms spec to run the CSS FPS demo.Glenn Watson2015-06-231-0/+15
* Use euclid from crates.ioecoal952015-06-191-2/+2
* Remove `get_` prefix on gettersCorey Farwell2015-06-021-1/+1
* compositing: Implement display ports and avoid creating display listsPatrick Walton2015-05-191-1/+1
* Various fixes for cleaning up iframes, compositor layers, pipelines and threads.Glenn Watson2015-05-141-0/+2
* Fixes a number of race conditions and reliability issues with reftests and co...Glenn Watson2015-05-141-26/+4
* Fix a compositor race condition that can result in the most recent buffer not...Glenn Watson2015-05-121-1/+12
* Implement Clone for Copy types.Ms2ger2015-04-281-2/+2
* Use usize and u32 for LayerId.Ms2ger2015-03-281-1/+1
* Use u32 for Epoch.Ms2ger2015-03-281-1/+1
* Fix warnings in msg.Ms2ger2015-02-131-4/+4
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-7/+7
* auto merge of #4558 : mrobinson/servo/compositor-message-renames, r=zwarichbors-servo2015-01-081-5/+5
|\
| * Rename Compositor messages SetIds and PaintMartin Robinson2015-01-061-5/+5
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-5/+6
|/
* layout: Paint stacking contexts' overflow areas properly.Patrick Walton2015-01-041-1/+1
* Rename the PaintState variants.Ms2ger2015-01-041-2/+2
* Sending key events through script task before processing them in the compositor.Nathan E. Egge2014-12-121-0/+2
* ports/cef: Implement accelerated compositing for the CEF port.Patrick Walton2014-12-101-1/+3
* Replace 'render' to 'paint' in compositor_msg.rsTetsuharu OHZEKI2014-12-081-2/+2
* Rename RenderState -> PaintStateTetsuharu OHZEKI2014-12-081-5/+5
* Rename RenderListener -> PaintListener, and its methods.Tetsuharu OHZEKI2014-12-081-3/+3
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-8/+1
* Invert control flow, fix resizing, and improve checkerboardingPatrick Walton2014-11-041-11/+11
* gfx: Paint in parallel in CPU painting modePatrick Walton2014-10-221-1/+1
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-2/+2
* Store one RenderState per-pipeline in the CompositorBryan Bell2014-09-121-1/+1
* Store Compositor ReadyState per-pipelineBryan Bell2014-09-121-2/+2
* Cargoify servoJack Moffitt2014-09-081-0/+123