aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* remove `extern crate` (#30311)Samson2023-09-081-5/+0
* Support for webxr layer managementAlan Jeffrey2020-06-281-3/+0
* Integrate swapchain surface provider changes into webgl and webxr implementat...Josh Matthews2020-03-091-0/+3
* Remove azure canvas backendDaniel Alley2020-02-251-4/+0
* Remove dependency of constellation on canvasKunal Mohan2020-02-061-14/+0
* Use non-IPC webrender API over explicit IPC channels.Josh Matthews2019-11-271-0/+14
* Use surfman for managing GL surfacesPatrick Walton2019-11-011-1/+5
* Rename {azure,raqote}_backend feature flags to canvas2d-{azure,raqote}Simon Sapin2019-07-011-2/+2
* Add cargo feature to control canvas backend.Josh Matthews2019-06-031-0/+6
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-15/+0
* Format remaining filesPyfisch2018-11-061-1/+2
* Merge some byte swap/premultiply functions in their own crateAnthony Ramine2018-10-061-0/+1
* Moved Canvas rendering to a single thread.Brody-Eastwood2018-04-231-0/+1
* Use ByteBuf for the canvas messagesAnthony Ramine2018-03-261-0/+1
* Implement DOM to textureImanol Fernandez2017-10-161-0/+1
* Use FnvHashMap in WebGL implementation.Imanol Fernandez2017-08-241-0/+1
* Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox"Anthony Ramine2017-08-161-4/+6
* Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio"Emilio Cobos Álvarez2017-08-161-6/+4
* Improve WebGL architecture.Imanol Fernandez2017-08-151-4/+6
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-1/+1
* Kill the plugins crate and its clippy supportAnthony Ramine2017-02-211-3/+0
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-1/+0
* Remove azure(canvas) dependency from canvas_traitsRoman Zaynetdinov2016-12-251-0/+1
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Remove gfx_traits::color.Ms2ger2016-10-311-1/+0
* Auto merge of #10706 - zwn:unused-extern-crates, r=noxbors-servo2016-04-221-1/+0
|\
| * Remove references to unused crates.Zbynek Winkler2016-04-221-1/+0
* | Use num-traits in canvas.Ms2ger2016-04-201-1/+1
|/
* Don't use premultiply table for put_image_dataPaul Padier2016-03-311-1/+0
* Deny unsafe code in more crates.Ms2ger2016-03-181-0/+2
* Add WebRender integration to Servo.Glenn Watson2016-02-181-1/+1
* Remove old features 'clone_from_slice' and 'convert'Tim van der Meij2016-02-031-1/+0
* Remove some unused extern crates.Ms2ger2016-01-131-1/+0
* task -> threadrohan.prinja2016-01-101-2/+2
* Fix warnings: Remove unused 'slice_bytes' flagTetsuharu OHZEKI2015-12-111-1/+0
* Fix warnings: use clone_from_slice instead of copy_memoryTetsuharu OHZEKI2015-12-111-0/+1
* Auto merge of #8922 - saneyuki:warning, r=mbrubeckbors-servo2015-12-111-1/+0
|\
| * Fix warnings: Use Vec.extend_from_slice instead of Vec.push_allTetsuharu OHZEKI2015-12-101-1/+0
* | remove the "core" feature from canvasRoman Klauke2015-12-101-1/+0
|/
* Add check up on extern crate order and sort extern crates alphabeticallyGuillaume Gomez2015-11-281-2/+2
* add premultiply table for PutImageDataNathan Froyd2015-10-211-0/+1
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-8/+9
* script: Make most of 2D canvas and WebGL run over IPC.Patrick Walton2015-07-251-1/+1
* canvas: Move to shared memory for images and canvas backing stores.Patrick Walton2015-07-241-0/+1
* Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0.Ms2ger2015-06-251-1/+3
* Use euclid from crates.ioecoal952015-06-191-1/+1
* Auto merge of #6293 - ecoal95:webgl-objects, r=noxbors-servo2015-06-091-0/+1
|\
| * Implement new WebGL interfaces and methodsecoal952015-06-061-0/+1
* | Use the correct log crate and setup env_logger in main.Eduard Burtescu2015-06-061-1/+0
|/