servo/components/canvas
Emilio Cobos Álvarez 21df4014db
constellation: Make setting up the WebGL state fallible.
This fixes a regression caused by the glutin update.

We now are creating EGL contexts in Linux Wayland, instead of X context, so the
GLContextFactory assumption of one GL back-end per platform is broken.

This just works around it, for now, but in general I think not relying on
available WebGL state is a good thing, and we do that already for WebVR anyway.
2018-03-09 23:27:29 +01:00
..
webgl_mode Implement DOM to texture 2017-10-16 20:56:53 +02:00
canvas_paint_thread.rs Use specific assertion for canvas 2018-01-25 23:44:54 +08:00
Cargo.toml Bump euclid to 0.17 2018-02-28 09:46:59 +01:00
gl_context.rs constellation: Make setting up the WebGL state fallible. 2018-03-09 23:27:29 +01:00
lib.rs Implement DOM to texture 2017-10-16 20:56:53 +02:00
webgl_thread.rs Add WebGL function glGetTexParameter 2018-03-06 15:28:10 +02:00