servo/tests
bors-servo 4e4a213c73 Auto merge of #9911 - magni-:dont_use_lookup_tables, r=michaelwu
Do not use lookup tables for put_image_data

Fixes #9599

"This is the first Rust code I have ever written" (and also my first time writing real browser code, it's been quite the learning experience).

Some questions:

> For really fast CPU results, use integer SIMD instructions to handle more than one pixel at a time.

This was out of the scope of #9599, right? I started looking into doing that, but it seems to be a lot more work than the `E-easy` label would suggest. [`std::simd`](https://doc.rust-lang.org/1.0.0/std/simd/index.html) is marked as "unstable", is that a blocker?

> 128 can be added before dividing to round more accurately.

@michaelwu, what did you mean by that?

Also, the #9599 is `Do not use lookup tables for {Get,Put}ImageData operations`, but we only use lookup tables for the `Put`, not the `Get`, right?

Sorry for all the noobish questions.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9911)
<!-- Reviewable:end -->
2016-04-01 23:57:19 +05:30
..
compiletest Added compiler lint ban on DOMRefCell 2016-03-09 23:48:32 +02:00
dromaeo
heartbeats Heartbeats now on crates.io. 2016-03-09 15:47:37 -06:00
html Implement initial pieces of form validation. 2016-03-24 09:07:38 -04:00
jquery Update expected results for the jquery tests. 2016-03-16 14:48:10 +01:00
power
unit Auto merge of #10272 - creativcoder:implement-data-url-fetch, r=jdm 2016-04-01 15:12:30 +05:30
wpt Auto merge of #9911 - magni-:dont_use_lookup_tables, r=michaelwu 2016-04-01 23:57:19 +05:30