servo/components/canvas
bors-servo 2cfcc26d9e Auto merge of #8788 - ecoal95:fix-webgl-texturing, r=jdm
webgl: Fix texturing

These two tiny changes were making WebGL textures not work.

It was not seen in our texturing test since it only used one texture,
we render to a texture by default, and that texture was bound to
`gl::TEXTURE_2D`.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8788)
<!-- Reviewable:end -->
2015-12-04 22:12:26 +05:30
..
canvas_paint_task.rs Fix warnings 2015-12-03 17:05:26 +01:00
Cargo.toml Use skia and deps from crates.io. 2015-12-02 19:07:59 +01:00
lib.rs Add check up on extern crate order and sort extern crates alphabetically 2015-11-28 03:11:08 +01:00
premultiplytable.rs add premultiply table for PutImageData 2015-10-21 18:30:35 -04:00
webgl_paint_task.rs Auto merge of #8788 - ecoal95:fix-webgl-texturing, r=jdm 2015-12-04 22:12:26 +05:30