servo/components/canvas
Emilio Cobos Álvarez 3af24ed119 webgl: Fix texturing
These two tiny changes were making WebGL textures not work.

It was not seen in our texturing test since we render to a texture by
default, and that texture was bound to `gl::TEXTURE_2D`.
2015-12-03 02:53:37 +01:00
..
canvas_paint_task.rs add premultiply table for PutImageData 2015-10-21 18:30:35 -04:00
Cargo.toml Update ipc-channel to pick up the improved error reporting. 2015-11-23 16:38:39 -08: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 webgl: Fix texturing 2015-12-03 02:53:37 +01:00