servo/components/canvas
Emilio Cobos Álvarez 6fcc03c965 webgl: Make the api return the context limits and use them for validations
This allows keeping the VertexAttrib* calls asynchronous.

Another option would be to do the validation in the apply() function,
but that'd require us passing an unnecessary channel around and add
extra synchronization.

The counterpart of this is that it has to be updated when the context
changes, but that's less problem.
2016-04-03 01:21:56 +02:00
..
canvas_paint_thread.rs Clean up spacing 2016-03-31 14:20:36 +09:00
Cargo.toml Update webrender with crates.io's offscreen_gl_context (fixes #10296) 2016-03-31 02:02:02 +02:00
lib.rs Don't use premultiply table for put_image_data 2016-03-31 14:20:36 +09:00
webgl_paint_thread.rs webgl: Make the api return the context limits and use them for validations 2016-04-03 01:21:56 +02:00