servo/components/gfx
Martin Robinson b5d51dd263 Switch to using WebRender hit testing
This trades quite a bit of complicated code in Servo for few more
messages and a significant performance improvement. In particular,
WebRender can search the entire display list at once instead of
ping-ponging down the pipeline tree. This allows us to send mouse
events to the correct pipeline immediately.
2017-10-17 23:33:13 +02:00
..
display_list Switch to using WebRender hit testing 2017-10-17 23:33:13 +02:00
platform clean up cjk for os 2017-10-18 00:50:03 +08:00
text Make usage of simd in gfx optional 2017-10-13 11:10:58 +02:00
Cargo.toml Update WR (details below): 2017-10-16 16:33:24 +10:00
font.rs Update WR (font instance API). 2017-08-31 16:10:30 +10:00
font_cache_thread.rs Update WR (font variations, runtime dp ratio changes) 2017-09-21 10:11:30 +10:00
font_context.rs style: Use a SharedFontList object to store font-family values for Gecko. 2017-10-04 13:38:07 +08:00
font_template.rs order derivable traits lists 2017-08-23 21:38:44 +02:00
lib.rs Abuse Vec as an allocator in gfx 2017-10-13 11:11:00 +02:00