aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgl_extensions/ext/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-16/+16
* Implement EXT_frag_depthAlexandrov Sergey2020-05-111-0/+1
* webgl: Fix support for float/half-float texture formats.Josh Matthews2020-04-301-1/+1
* Add initial support for WebGL compressed texturesMátyás Mustoha2019-05-211-0/+2
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-1/+1
* Implement WEBGL_color_buffer_float and EXT_color_buffer_half_float (fixes #22...Josh Matthews2018-11-051-0/+2
* Implement instanced WebGL drawing calls (part of #20791)Anthony Ramine2018-07-081-0/+1
* Implement EXT_blend_minmaxAnthony Ramine2018-06-221-0/+1
* Implement EXT_texture_filter_anisotropicAnthony Ramine2018-06-061-0/+1
* Implement EXT_shader_texture_lodAnthony Ramine2018-06-041-0/+1
* Move WebGLVertexArrayObjectOES to script::domAnthony Ramine2018-05-241-1/+0
* Implement OES_element_index_uint (fixes #20384)Anthony Ramine2018-03-231-0/+1
* Add support for filtering WebGL extensions based on WebGL versionImanol Fernandez2017-10-311-1/+1
* Implement WebGL OES_standard_derivatives extension.Imanol Fernandez2017-08-221-0/+1
* Implement WebGL extensions.Imanol Fernandez2017-05-181-0/+13