aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgl_validations
Commit message (Expand)AuthorAgeFilesLines
* 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 `match_like_matches` warnings (#31947)eri2024-03-301-4/+1
* 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-112-5/+8
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Update nightly rustc.Josh Matthews2021-11-011-1/+1
* Add support for WebGL2 TexStorage2DMátyás Mustoha2020-04-302-18/+158
* 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-282-2/+2
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-193-3/+3
* Move prepare_pixels helper functions to canvas_traitsAnthony Ramine2018-11-162-101/+14
* Reorder importsPyfisch2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-062-5/+5
* Format script componentchansuke2018-09-192-61/+65
* 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
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* 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
* order derivable traits listsClément DAVID2017-08-231-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
* Implement WebGL extensions.Imanol Fernandez2017-05-181-20/+27
* 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-253-0/+475