aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgltexture.rs
Commit message (Expand)AuthorAgeFilesLines
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-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/+40
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+3
* Filter out webidl files based on special comments, and feature-gate webxr int...Josh Matthews2024-11-241-2/+17
* Fixed some clippy warnings in components (#32107)komuhangi2024-04-191-1/+1
* clippy: Allow `too_many_arguments` for all functions (#31962)komuhangi2024-04-011-0/+1
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-251-6/+8
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-6/+6
* clippy: Fix unneeded return statement warnings (#31776)Oluwatobi Sofela2024-03-201-1/+1
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-2/+1
* 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-10/+10
* Use mozjs tracing infrastructure (#29918)Samson2023-08-101-2/+0
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+4
* Remove the DOMToTexture featureMartin Robinson2023-06-271-14/+1
* Make textures that come from webxr invalid outside an rAFAlan Jeffrey2020-08-061-18/+25
* Don't delete GL textures created by WebXRAlan Jeffrey2020-07-291-2/+36
* webgl: Return TEXTURE_IMMUTABLE_FORMAT as a boolean; don't panic on macOS for...Josh Matthews2020-04-301-5/+23
* Add support for WebGL2 TexStorage2DMátyás Mustoha2020-04-301-2/+60
* Replaced failible boolean with an enumTobias Tschinkowitz2020-04-231-7/+6
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Add initial support for WebGL2 read framebufferMátyás Mustoha2020-02-141-9/+11
* Auto merge of #24616 - teapotd:imageinfo-option-refactoring, r=jdmbors-servo2019-11-011-51/+22
|\
| * Store Option<ImageInfo> instead of making fields optionalteapotd2019-11-011-51/+22
* | Use surfman for managing GL surfacesPatrick Walton2019-11-011-1/+1
|/
* webgl: Update framebuffer completion status when attached renderbuffer/textur...Josh Matthews2019-09-231-1/+18
* Don't panic if WebGL thread can't be reached during finalization.Josh Matthews2019-07-291-3/+8
* Add initial support for WebGL compressed texturesMátyás Mustoha2019-05-211-2/+19
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-2/+2
* 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-3/+3
* `cargo fix --edition`Simon Sapin2018-11-061-10/+10
* Format script componentchansuke2018-09-191-71/+57
* webgl: Remove knowledge of attached framebuffers from renderbuffers and textu...Josh Matthews2018-09-101-29/+4
* webgl: Ensure that depth and stencil attachments are rebound after messing wi...Josh Matthews2018-09-101-1/+42
* webgl: Remove unnecessary Option from texture API.Josh Matthews2018-09-101-4/+4
* Use the DOM cache for gl.getTexParameter(gl.TEXTURE_*_FILTER)Anthony Ramine2018-08-021-52/+57
* Properly set initial values for WebGL texture filtersAnthony Ramine2018-08-021-22/+20
* Store a reference to the WebGLRenderingContext in WebGLObjectAnthony Ramine2018-07-241-41/+39
* Implement EXT_texture_filter_anisotropicAnthony Ramine2018-06-061-55/+66
* Fix the error emitted for invalid targets in WebGLTexture::bindAnthony Ramine2018-04-091-1/+1
* Change debug assertions to specific onesjanczer2018-02-071-1/+1
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-3/+3
* Implement DOM to textureImanol Fernandez2017-10-161-0/+12
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-3/+3
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3