servo/components/gfx
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
..
display_list Fix #6680 2015-07-22 16:45:43 +03:00
platform gfx: Make display lists serializable using serde. 2015-07-15 19:04:17 -07:00
text Basic support for bidirectional text 2015-07-23 20:05:55 -07:00
Cargo.toml Add aarch64-unknown-linux-gnu support 2015-07-23 22:52:17 +00:00
filters.rs Rename Au methods with f32/f64 instead of frac32/frac/subpx 2015-05-05 18:23:29 +02:00
font.rs Basic support for bidirectional text 2015-07-23 20:05:55 -07:00
font_cache_task.rs Use atoms for font template structures. 2015-07-13 08:23:02 +10:00
font_context.rs Fix #6680 2015-07-22 16:45:43 +03:00
font_template.rs Use atoms for font template structures. 2015-07-13 08:23:02 +10:00
lib.rs gfx: Make display lists serializable using serde. 2015-07-15 19:04:17 -07:00
paint_context.rs Basic support for bidirectional text 2015-07-23 20:05:55 -07:00
paint_task.rs Have BufferMap store NativeSurfaces and rename to SurfaceMap 2015-07-24 11:12:39 -07:00