Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | script: Limit public exports. (#34915) | Josh Matthews | 2025-01-10 | 1 | -16/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * script: Restrict reexport visibility of DOM types. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * script: Mass pub->pub(crate) conversion. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * script: Hide existing dead code warnings. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Formatting. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Fix clippy warnings. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Formatting. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Fix unit tests. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Fix clippy. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * More formatting. Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net> | ||||
* | Implement EXT_frag_depth | Alexandrov Sergey | 2020-05-11 | 1 | -0/+1 |
| | |||||
* | webgl: Fix support for float/half-float texture formats. | Josh Matthews | 2020-04-30 | 1 | -1/+1 |
| | |||||
* | Add initial support for WebGL compressed textures | Mátyás Mustoha | 2019-05-21 | 1 | -0/+2 |
| | |||||
* | Update MPL license to https (part 3) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | Implement WEBGL_color_buffer_float and EXT_color_buffer_half_float (fixes ↵ | Josh Matthews | 2018-11-05 | 1 | -0/+2 |
| | | | | #22113) | ||||
* | Implement instanced WebGL drawing calls (part of #20791) | Anthony Ramine | 2018-07-08 | 1 | -0/+1 |
| | |||||
* | Implement EXT_blend_minmax | Anthony Ramine | 2018-06-22 | 1 | -0/+1 |
| | |||||
* | Implement EXT_texture_filter_anisotropic | Anthony Ramine | 2018-06-06 | 1 | -0/+1 |
| | |||||
* | Implement EXT_shader_texture_lod | Anthony Ramine | 2018-06-04 | 1 | -0/+1 |
| | |||||
* | Move WebGLVertexArrayObjectOES to script::dom | Anthony Ramine | 2018-05-24 | 1 | -1/+0 |
| | | | | It's not a WebGL extension itself, it's just used by one. | ||||
* | Implement OES_element_index_uint (fixes #20384) | Anthony Ramine | 2018-03-23 | 1 | -0/+1 |
| | |||||
* | Add support for filtering WebGL extensions based on WebGL version | Imanol Fernandez | 2017-10-31 | 1 | -1/+1 |
| | |||||
* | Implement WebGL OES_standard_derivatives extension. | Imanol Fernandez | 2017-08-22 | 1 | -0/+1 |
| | |||||
* | Implement WebGL extensions. | Imanol Fernandez | 2017-05-18 | 1 | -0/+13 |