aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas_traits/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Move prepare_pixels helper functions to canvas_traitsAnthony Ramine2018-11-161-0/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-9/+0
* Format remaining filesPyfisch2018-11-061-4/+6
* Remove components/nonzero, use std::num::NonZero insteadSimon Sapin2018-06-161-1/+0
* Update to gleam 0.5Anthony Ramine2018-05-051-0/+1
* Use ByteBuf for the canvas messagesAnthony Ramine2018-03-261-0/+1
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-2/+2
* Use wrappers in the nonzero crate so users don’t need unstable featuresSimon Sapin2017-10-131-2/+0
* Use NonZeroU32 in canvas_traitsSimon Sapin2017-10-131-2/+3
* Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox"Anthony Ramine2017-08-161-418/+8
* Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio"Emilio Cobos Álvarez2017-08-161-8/+418
* Improve WebGL architecture.Imanol Fernandez2017-08-151-418/+8
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-3/+3
* Remove explicit dependencies on serde_deriveSimon Sapin2017-06-161-1/+1
* Bump euclid to 0.14.Nicolas Silva2017-06-141-6/+3
* Kill the plugins crate and its clippy supportAnthony Ramine2017-02-211-2/+0
* webgl: Add support for premultiplying alpha.Eric Anholt2017-01-281-3/+7
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-2/+0
* WebVR API Implementation, r=larsbergstromImanol Fernandez2017-01-091-1/+2
* Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)Simon Sapin2017-01-061-1/+0
* Remove azure(canvas) dependency from canvas_traitsRoman Zaynetdinov2016-12-251-136/+0
* canvas: Cleanup CanvasData and layout and script messages.Emilio Cobos Álvarez2016-11-071-4/+9
* Remove #![feature(rustc_attrs)]Anthony Ramine2016-11-031-1/+0
* Remove #![feature(custom_derive)]Anthony Ramine2016-11-031-1/+0
* Use heapsize_derive instead of heapsize_pluginSimon Sapin2016-11-031-3/+3
* Remove gfx_traits::color.Ms2ger2016-10-311-13/+8
* Remove old rendering backend.Glenn Watson2016-10-181-1/+1
* Update to Rust 1.14.0-nightly (19ac57926 2016-10-08)Anthony Ramine2016-10-091-1/+5
* Fix canvas image tests when using webrender.Glenn Watson2016-08-301-0/+18
* Remove #[serde(bound = "")] attributesDavid Tolnay2016-08-121-1/+0
* Update Rust to 1.12.0-nightly (9316ae515 2016-07-24)Eduard Burtescu2016-07-261-0/+1
* Move util::vec::byte_swap to canvas_traitsAnthony Ramine2016-07-041-0/+13
* Make canvas send their data themselves to other canvasAnthony Ramine2016-06-161-0/+2
* Remove references to unused crates.Zbynek Winkler2016-04-221-2/+0
* #10211: Stop re-exporting webrender_traits WebGL types from canvas_traitsJan-Fabian Humann2016-03-301-4/+2
* canvas_traits: Remove unused layers dependencyEmilio Cobos Álvarez2016-03-231-4/+0
* canvas: Remove all the canvas layerization infrastructureEmilio Cobos Álvarez2016-03-231-18/+0
* Deny unsafe code in more crates.Ms2ger2016-03-181-0/+2
* Add WebRender integration to Servo.Glenn Watson2016-02-181-177/+17
* Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-2/+2
* webgl: Improve debuggingEmilio Cobos Álvarez2016-01-131-0/+77
* webgl: Implement Uniform1f, Uniform1fv, and Uniform4fEmilio Cobos Álvarez2016-01-131-1/+2
* Issue #8738: bufferSubData and texImage2D argument sanity checks.Simon Martin2015-12-261-1/+1
* Implement WebGL scissor methodDavid Zbarsky2015-12-151-0/+1
* Implement various WebGL functionsDavid Zbarsky2015-12-131-3/+11
* remove the "core" feature from canvasRoman Klauke2015-12-101-1/+0
* Auto merge of #8831 - simartin:ticket_6791, r=eefriedmanbors-servo2015-12-071-2/+2
|\
| * Issue #6791: Allow more array types in bufferData and bufferSubData.Simon Martin2015-12-061-2/+2
* | Implement IsPointInPathDavid Zbarsky2015-12-051-0/+7
|/