servo/components/gfx
Martin Robinson 813d435e6d Update to the latest skia
Now GLRasteizationContexts require having an active GLContext. This will
allow preserving GLContexts and possibly framebuffers between
rasterization sessions, improving GL Rasterization performance.

Linux Before:
+ Painting Per Tile    4.5559    4.3392  1.6920  18.5548 74
Painting             170.1554  151.8353  0.0008 350.1093 28

Linux After:
+ Painting Per Tile    3.8726    3.1299  1.5848  12.6732 62
Painting              13.5480   10.8947  0.0029  39.1198 23
2015-07-30 06:24:00 -07:00
..
display_list Accumulate and invert stacking context transform for hit tests. 2015-07-28 14:38:09 +10: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 profile: Make the time and memory profilers run over IPC. 2015-07-24 17:02:17 -07: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 profile: Make the time and memory profilers run over IPC. 2015-07-24 17:02:17 -07:00
paint_context.rs Basic support for bidirectional text 2015-07-23 20:05:55 -07:00
paint_task.rs Update to the latest skia 2015-07-30 06:24:00 -07:00