servo/components/gfx
bors-servo c838259383 Auto merge of #7527 - bjwbell:simd_advance_for_char_range, r=metajack
Use SIMD in fast path for advance_for_char_range

In advance_for_char_range add a fast SIMD code path for the the common
case where there are no detailed glyphs.


r? @mbrubeck

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7527)
<!-- Reviewable:end -->
2015-09-09 16:55:16 -06:00
..
display_list Layerize StackingContexts that are on top of layers 2015-09-09 09:13:14 -07:00
platform Implement get_table_for_tag on FreeType 2015-09-03 13:35:44 -07:00
text Auto merge of #7527 - bjwbell:simd_advance_for_char_range, r=metajack 2015-09-09 16:55:16 -06:00
Cargo.toml Add fast SIMD code path in advance_for_char_range 2015-09-09 15:20:20 -07:00
filters.rs sort all uses 2015-08-20 20:47:12 +08:00
font.rs Auto merge of #7523 - eefriedman:unnecessary-unsafe, r=SimonSapin 2015-09-09 00:05:17 -06:00
font_cache_task.rs Fix up some unnecessary uses of unsafe. 2015-09-02 15:50:17 -07:00
font_context.rs make test-tidy check that = have space after them 2015-09-01 07:18:19 -04:00
font_template.rs Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01) 2015-09-02 09:22:17 +02:00
lib.rs Auto merge of #7527 - bjwbell:simd_advance_for_char_range, r=metajack 2015-09-09 16:55:16 -06:00
paint_context.rs gfx: Fix bug with 1px width borders disappearing 2015-09-09 03:20:52 -07:00
paint_task.rs Have PaintLayers own StackingContexts instead of the opposite 2015-09-04 15:07:09 -07:00