aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webglframebuffer.rs
Commit message (Expand)AuthorAgeFilesLines
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-6/+6
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-3/+3
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-3/+7
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-3/+7
* 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-30/+36
* Add initial support for WebGL 2 BlitFramebuffer (#26389)Josh Matthews2025-01-061-0/+19
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+2
* Filter out webidl files based on special comments, and feature-gate webxr int...Josh Matthews2024-11-241-4/+19
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-1/+1
* clippy fixes regarding clone_from (#32482)Peter Mikola2024-06-121-1/+1
* fix: omitted the `let` bindings (#31908)Azhar Ismagulova2024-03-271-1/+1
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-1/+1
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-251-7/+4
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-3/+3
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-3/+3
* 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-0/+2
* Make textures that come from webxr invalid outside an rAFAlan Jeffrey2020-08-061-0/+10
* Update WebXR Layer IDL, and matching changes to the Rust code.Alan Jeffrey2020-08-031-6/+1
* Support for webxr layer managementAlan Jeffrey2020-06-281-55/+55
* Replaced failible boolean with an enumTobias Tschinkowitz2020-04-231-7/+6
* Support WebGL2 contexts in XRWebGLLayer.Josh Matthews2020-04-081-2/+7
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Add support for WebGL2 read and draw buffer settingsMátyás Mustoha2020-03-161-0/+53
* Integrate swapchain surface provider changes into webgl and webxr implementat...Josh Matthews2020-03-091-3/+5
* Improved the WebGL2 framebuffer render validationMátyás Mustoha2020-03-051-1/+1
* Add support for WebGL2 FramebufferTextureLayerMátyás Mustoha2020-03-041-0/+55
* Allow more WebGL2 FBO attachment formatsMátyás Mustoha2020-03-031-25/+101
* Add support for WebGL2 framebuffer attachmentsMátyás Mustoha2020-02-211-110/+192
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-1/+1
* Auto merge of #24616 - teapotd:imageinfo-option-refactoring, r=jdmbors-servo2019-11-011-5/+9
|\
| * Store Option<ImageInfo> instead of making fields optionalteapotd2019-11-011-5/+9
* | Use surfman for managing GL surfacesPatrick Walton2019-11-011-21/+108
|/
* webgl: Update framebuffer completion status when attached renderbuffer/textur...Josh Matthews2019-09-231-1/+23
* webgl: Support RGB color attachments for complete framebuffers.Josh Matthews2019-09-201-0/+1
* Don't panic if WebGL thread can't be reached during finalization.Josh Matthews2019-07-291-5/+9
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-7/+3
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-10/+10
* Format script componentchansuke2018-09-191-83/+125
* webgl: Mark framebuffers as uninitialized when their attached renderbuffer's ...Josh Matthews2018-09-141-0/+1
* webgl: Remove knowledge of attached framebuffers from renderbuffers and textu...Josh Matthews2018-09-101-11/+3
* webgl: Ensure that renderbuffers have been bound before attaching to a frameb...Josh Matthews2018-09-101-1/+1
* webgl: Ensure that depth and stencil attachments are rebound after messing wi...Josh Matthews2018-09-101-52/+140
* webgl: Move framebuffer initialization logic to WebGL thread.Josh Matthews2018-09-101-8/+14
* webgl: Differentiate between missing colour attachments and incomplete attach...Josh Matthews2018-09-101-4/+10