servo/components/canvas
Mátyás Mustoha da94f8d0e7 Add initial support for WebGL2 uniform buffer functions
Adds initial support for the following WebGL2 calls:

- bindBufferBase
- bindBufferRange
- getUniformIndices
- getUniformBlockIndex
- getActiveUniforms
- getActiveUniformBlockParameter
- getActiveUniformBlockName
- uniformBlockBinding

See: https://www.khronos.org/registry/webgl/specs/latest/2.0/#3.7.16
2020-01-09 11:17:50 +01:00
..
webgl_mode Use non-IPC webrender API over explicit IPC channels. 2019-11-27 20:47:53 -05:00
azure_backend.rs Handle empty paths in PathBuilder::get_current_point() 2019-12-17 19:51:57 +01:00
build.rs Print an error message if neither Canvas 2D backend is selected 2019-07-01 15:46:36 +02:00
canvas_data.rs Ensure there's a subpath for the first control point 2020-01-07 07:26:06 +01:00
canvas_paint_thread.rs Use non-IPC webrender API over explicit IPC channels. 2019-11-27 20:47:53 -05:00
Cargo.toml Add initial support for WebGL2 uniform buffer functions 2020-01-09 11:17:50 +01:00
lib.rs Use non-IPC webrender API over explicit IPC channels. 2019-11-27 20:47:53 -05:00
raqote_backend.rs Remove duplication for creating gradient stops 2019-12-17 19:52:03 +01:00
webgl_limits.rs Add initial support for WebGL2 uniform buffer functions 2020-01-09 11:17:50 +01:00
webgl_thread.rs Add initial support for WebGL2 uniform buffer functions 2020-01-09 11:17:50 +01:00