aboutsummaryrefslogtreecommitdiffstats
path: root/components/pixels
Commit message (Expand)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
* remove `extern crate` (#30311)Samson2023-09-081-3/+1
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-3/+3
* Bump euclid to 0.22Martin Robinson2023-01-261-1/+1
* More Cargo.toml updatesatouchet2020-05-301-2/+2
* Addresses issues raised in #24465; removes redundancy in set_bitmap_dimensionsBailey Blankenship2019-11-101-7/+8
* Update euclid.Emilio Cobos Álvarez2019-07-232-2/+2
* Update references to malloc_size_of_derive, which is in crates.io now.Emilio Cobos Álvarez2019-01-131-1/+1
* Call rgba8_byte_swap_colors_inplace on the WebGL threadAnthony Ramine2018-11-201-0/+2
* Move PixelFormat to the pixels crateAnthony Ramine2018-11-202-0/+19
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Prefix some pixels functions with rgba8_Anthony Ramine2018-11-161-4/+4
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+0
* Format remaining filesPyfisch2018-11-061-1/+4
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-0/+1
* Share some code between 2D canvas and WebGLAnthony Ramine2018-10-091-1/+19
* Handle some transparent black cases in ctx.getImageDataAnthony Ramine2018-10-072-0/+28
* Merge some byte swap/premultiply functions in their own crateAnthony Ramine2018-10-062-0/+50