servo/components/servo
Martin Robinson 1aedead955 Have BufferMap store NativeSurfaces and rename to SurfaceMap
We currently store LayerBuffers, because previously NativeSurfaces did
not record their own size. Now we can store NativeSurfaces directly,
which saves a bit of space in the surface cache and allows us to create
LayerBuffers only in the PaintTask.

This also means that instead of sending cached LayerBuffers, the
compositor can just send cached NativeSurfaces to the PaintTask.
2015-07-24 11:12:39 -07:00
..
.cargo Fix ARM linker 2015-06-18 18:39:52 +02:00
Cargo.lock Have BufferMap store NativeSurfaces and rename to SurfaceMap 2015-07-24 11:12:39 -07:00
Cargo.toml Replace astersisks with appropriate versions in deps 2015-07-20 20:08:08 +03:00
lib.rs Wire up the JS engine's memory reporting. 2015-07-15 21:58:20 -07:00
main.rs Stop using env::set_exit_code. 2015-06-26 19:46:16 +02:00