servo/components/gfx
Glenn Watson c0531c312f Add WebRender integration to Servo.
WebRender is an experimental GPU accelerated rendering backend for Servo.

The WebRender backend can be specified by running Servo with the -w option (otherwise the default rendering backend will be used).

WebRender has many bugs, and missing features - but it is usable to browse most websites - please report any WebRender specific rendering bugs you encounter!
2016-02-18 10:35:29 +10:00
..
display_list Add WebRender integration to Servo. 2016-02-18 10:35:29 +10:00
platform Add WebRender integration to Servo. 2016-02-18 10:35:29 +10:00
text Add WebRender integration to Servo. 2016-02-18 10:35:29 +10:00
Cargo.toml Add WebRender integration to Servo. 2016-02-18 10:35:29 +10:00
filters.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
font.rs Add WebRender integration to Servo. 2016-02-18 10:35:29 +10:00
font_cache_thread.rs Add WebRender integration to Servo. 2016-02-18 10:35:29 +10:00
font_context.rs Add WebRender integration to Servo. 2016-02-18 10:35:29 +10:00
font_template.rs Derive Debug on FontGroup and its components 2015-12-12 10:04:33 +01:00
lib.rs Add WebRender integration to Servo. 2016-02-18 10:35:29 +10:00
paint_context.rs Auto merge of #9055 - simartin:issue_9042, r=Wafflespeanut 2015-12-24 10:55:48 +05:30
paint_thread.rs Use the select macro on the paint thread. 2016-02-01 17:40:58 +01:00