aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgl_validations/tex_image_2d.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-46/+46
* Elide lifetimes where possible after rustup (#34824)Martin Robinson2025-01-031-6/+6
* Upgrade rustc to 1.83 (#34793)Nico Burns2025-01-011-2/+2
* Fix warnings after latest rust upgrade (#33043)Martin Robinson2024-08-141-2/+2
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-1/+1
* clippy: Allow `too_many_arguments` for all functions (#31962)komuhangi2024-04-011-0/+5
* clippy: Fix `unnecessary_cast` warnings in `components/script` (#31823)Oluwatobi Sofela2024-03-221-1/+1
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-24/+24
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-4/+6
* Update nightly rustc.Josh Matthews2021-11-011-1/+1
* Add support for WebGL2 TexStorage2DMátyás Mustoha2020-04-301-10/+140
* Fix some warnings in future Rust nightliesSimon Sapin2020-01-021-14/+7
* Store Option<ImageInfo> instead of making fields optionalteapotd2019-11-011-2/+2
* Add initial support for WebGL compressed texturesMátyás Mustoha2019-05-211-1/+308
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Move prepare_pixels helper functions to canvas_traitsAnthony Ramine2018-11-161-2/+2
* Reorder importsPyfisch2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-3/+3
* Format script componentchansuke2018-09-191-58/+64
* Properly check limit in gl.activeTexture()Anthony Ramine2018-08-231-1/+1
* Properly check for cubic dimensions in gl.copyTexImage2DAnthony Ramine2018-04-091-7/+7
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox"Anthony Ramine2017-08-161-1/+1
* Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio"Emilio Cobos Álvarez2017-08-161-1/+1
* Improve WebGL architecture.Imanol Fernandez2017-08-151-1/+1
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-1/+1
* Untry scriptSimon Sapin2017-06-181-1/+1
* webgl: Fix up maximum size validation.Eric Anholt2016-10-231-5/+5
* webgl: Refactor texture validations to take advantage of rust type systemEmilio Cobos Álvarez2016-06-251-0/+353