servo/components/canvas
Anthony Ramine 36c8cd229e Remove Canvas2dMsg::DrawImageSelf
Now that all canvas share the same thread, it's useless to have a separate message
for that.
2018-09-17 16:24:01 +02:00
..
webgl_mode Kill WebGLThreadObserver 2018-09-12 23:46:49 +02:00
canvas_data.rs Remove Canvas2dMsg::DrawImageSelf 2018-09-17 16:24:01 +02:00
canvas_paint_thread.rs Remove Canvas2dMsg::DrawImageSelf 2018-09-17 16:24:01 +02:00
Cargo.toml Replace mpsc with crossbeam/servo channel, update ipc-channel 2018-09-12 13:33:32 +08:00
gl_context.rs webgl: Move framebuffer initialization logic to WebGL thread. 2018-09-10 16:31:29 -04:00
lib.rs Moved Canvas rendering to a single thread. 2018-04-23 20:50:05 -04:00
webgl_thread.rs Kill WebGLThreadObserver 2018-09-12 23:46:49 +02:00