servo/components/gfx
Patrick Walton 32e34663cd gfx: Switch the default to CPU painting.
We've discussed this some and I think there's consensus to do it as a
pragmatic decision for now. CPU painting is more stable, especially with
buggy drivers, and faster (because we aren't caching the necessary
OpenGL objects yet and possibly for other reasons), so it provides a
better "out of the box" experience for newcomers to Servo who don't know
to pass the `-c` option. This patch continues to reftest both Skia and
Skia-GL out of a desire to keep options open. Skia-GL remains a
first-class citizen.
2014-10-21 11:13:21 -07:00
..
display_list gfx: Don't needlessly push and pop clip rects all the time. 2014-10-20 22:05:38 -07:00
platform Update rust-core-text, handle empty font collections. Fixes #3703. 2014-10-21 14:54:37 +10:00
text layout: Rewrite text and inline fragment handling during flow 2014-10-20 22:05:38 -07:00
buffer_map.rs Eliminate warnings 2014-09-20 13:00:55 -07:00
Cargo.toml Rename macros crate to plugins 2014-09-23 17:37:27 +05:30
color.rs Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000) 2014-09-20 13:00:06 -07:00
font.rs layout: Rewrite text and inline fragment handling during flow 2014-10-20 22:05:38 -07:00
font_cache_task.rs Add support for local font faces. Improves fonts on rust lang and guide. 2014-10-14 15:59:08 +10:00
font_context.rs gfx: Make fonts that fail to match hit the cache too. 2014-10-20 22:05:38 -07:00
font_template.rs Cargoify servo 2014-09-08 20:21:42 -06:00
lib.rs Rename macros crate to plugins 2014-09-23 17:37:27 +05:30
render_context.rs Use opts as a global, to avoid cloning and passing the struct all over the code. 2014-10-20 10:48:47 +10:00
render_task.rs gfx: Switch the default to CPU painting. 2014-10-21 11:13:21 -07:00