aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgl_extensions/extensions.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-36/+36
* replace sparkle with glow in components/script (#33911)Samson2024-10-191-2/+2
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-1/+1
* Fix more clippy (#32740)石蕊 (Pi-Cla)2024-07-091-6/+6
* Fixed some clippy warnings in components (#32107)komuhangi2024-04-191-1/+1
* clippy: Fix collapsible_if warnings (#31852)Oluwatobi Sofela2024-03-251-4/+4
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-2/+2
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-8/+10
* No tracing of nop traceable fields (#29926)Samson2023-08-041-1/+5
* webgl: Mark float/half-float textures as filterable in webgl2.Josh Matthews2020-05-131-1/+4
* Implement EXT_frag_depthAlexandrov Sergey2020-05-111-2/+13
* webgl: Fix support for float/half-float texture formats.Josh Matthews2020-04-301-7/+7
* Update surfman to 0.2 and remove glutinAlan Jeffrey2020-04-171-2/+20
* Fix misspelled "get_suported_extensions" functionDaniel Alley2020-04-061-1/+1
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-1/+1
* Replace use of gleam in webgl with sparkle.Josh Matthews2019-09-111-1/+1
* Make GL/GLES decisions based on the API in use.Josh Matthews2019-07-121-2/+8
* Add initial support for WebGL compressed texturesMátyás Mustoha2019-05-211-0/+42
* 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
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-1/+1
* Reorder importsPyfisch2018-11-061-2/+2
* Format remaining filesPyfisch2018-11-061-1/+2
* `cargo fix --edition`Simon Sapin2018-11-061-13/+13
* Implement WEBGL_color_buffer_float and EXT_color_buffer_half_float (fixes #22...Josh Matthews2018-11-051-1/+24
* Format script componentchansuke2018-09-191-71/+134
* Always use a WebGLVertexArrayObject to handle vertex attribsAnthony Ramine2018-08-021-45/+4
* Implement instanced WebGL drawing calls (part of #20791)Anthony Ramine2018-07-081-1/+30
* Implement EXT_blend_minmaxAnthony Ramine2018-06-221-1/+15
* Properly enable EXT_shader_texture_lodAnthony Ramine2018-06-221-0/+1
* Implement EXT_texture_filter_anisotropicAnthony Ramine2018-06-061-7/+36
* Add OESElementIndexUint to WebGLExtensions::register_all_extensionsAnthony Ramine2018-05-241-0/+1
* Implement OES_element_index_uint (fixes #20384)Anthony Ramine2018-03-231-4/+16
* Replace NonNullJSObjectPtr with std::ptr::NonNull<JSObject>Simon Sapin2018-01-221-2/+3
* Add support for filtering WebGL extensions based on WebGL versionImanol Fernandez2017-10-311-14/+32
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-9/+9
* Replace uses of libcore with libstd in components/scriptSimon Sapin2017-10-161-1/+1
* Replace NonZero<*mut JSObject> with a wrapper to enable local trait impls.Simon Sapin2017-10-161-3/+3
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-5/+5
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Use FnvHashMap in WebGL implementation.Imanol Fernandez2017-08-241-14/+15
* order derivable traits listsClément DAVID2017-08-231-3/+3
* Implement WebGL OES_standard_derivatives extension.Imanol Fernandez2017-08-221-3/+44
* 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