aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgl_extensions
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-0317-19/+19
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-2018-50/+36
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-0416-16/+16
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-183-3/+3
* script: Limit public exports. (#34915)Josh Matthews2025-01-1021-76/+76
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-1316-5/+52
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-242-2/+2
* Support associated types in must_root lint (#34163)Samson2024-11-061-0/+1
* 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
* Address issues uncovered by rust-1.78 beta (#32130)Martin Robinson2024-04-221-6/+0
* Fixed some clippy warnings in components (#32107)komuhangi2024-04-191-1/+1
* clippy: Fix needless_lifetimes warnings (#31933)Oluwatobi Sofela2024-03-291-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
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-012-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-1120-49/+71
* 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-113-2/+76
* webgl: Fix tidyMátyás Mustoha2020-04-301-4/+6
* webgl: Fix support for float/half-float texture formats.Josh Matthews2020-04-305-40/+24
* Update surfman to 0.2 and remove glutinAlan Jeffrey2020-04-171-2/+20
* Fix misspelled "get_suported_extensions" functionDaniel Alley2020-04-061-1/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-2015-50/+6
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-152-2/+2
* webgl: Always convert float/half-float-based types to internal texture types.Josh Matthews2019-10-292-26/+18
* 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-124-8/+14
* Add initial support for WebGL compressed texturesMátyás Mustoha2019-05-214-0/+188
* Rustfmt has changed its default style :/Simon Sapin2018-12-2813-13/+13
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-1918-18/+18
* `cargo fix --edition-idioms`Simon Sapin2018-11-082-3/+3
* Reorder importsPyfisch2018-11-0617-36/+44
* Format remaining filesPyfisch2018-11-063-11/+14
* `cargo fix --edition`Simon Sapin2018-11-0617-84/+84
* Implement WEBGL_color_buffer_float and EXT_color_buffer_half_float (fixes #22...Josh Matthews2018-11-056-9/+126
* Properly support gl_PointSize and gl_PointCoordAnthony Ramine2018-10-183-6/+6
* Format script componentchansuke2018-09-1915-151/+259
* Use WebGLResult for returns of instanced draw methodsAnthony Ramine2018-09-061-2/+8
* Auto merge of #21313 - jdm:glstuff, r=noxbors-servo2018-08-023-15/+6
|\
| * webgl: Emulate some renderbuffer formats in non-GLES.Josh Matthews2018-08-023-15/+6
* | Always use a WebGLVertexArrayObject to handle vertex attribsAnthony Ramine2018-08-023-151/+12
|/
* Store a reference to the WebGLRenderingContext in WebGLObjectAnthony Ramine2018-07-241-9/+1
* Implement instanced WebGL drawing calls (part of #20791)Anthony Ramine2018-07-083-1/+123
* Rename VertexAttribs::set_from to VertexAttribs::clone_fromAnthony Ramine2018-07-051-2/+2
* Introduce VertexAttribDataAnthony Ramine2018-07-051-4/+4
* Rename BoundAttribBuffers to VertexAttribs and make it store a sliceAnthony Ramine2018-07-051-6/+12