servo/components/canvas_traits
Anthony Ramine 19f40cdf0b Introduce ImageData::get_rect
We use that to send only the pixels that will be actually drawn to the
canvas thread in CanvasRenderingContext2d::PutImageData.

We also make the canvas thread byte swap and premultiply colours in-place.
2018-10-06 01:12:05 +02:00
..
webgl_channel Remove Clone impl for WebGLMsg 2018-09-07 11:28:45 +02:00
canvas.rs Introduce ImageData::get_rect 2018-10-06 01:12:05 +02:00
Cargo.toml webgl: Add feature to store backtraces for each WebGL API call for easier debugging. 2018-10-01 10:43:13 +02:00
lib.rs Remove components/nonzero, use std::num::NonZero instead 2018-06-16 00:14:41 +02:00
webgl.rs Make HTMLCanvasElement::get_size return a Size2D<u32> 2018-10-02 14:21:06 +02:00