aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgl_extensions/ext/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-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_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 ↵Josh Matthews2018-11-051-0/+2
| | | | #22113)
* 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
| | | | It's not a WebGL extension itself, it's just used by one.
* 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