aboutsummaryrefslogtreecommitdiffstats
path: root/components/pixels/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Addresses issues raised in #24465; removes redundancy in set_bitmap_dimensionsBailey Blankenship2019-11-101-7/+8
* Update euclid.Emilio Cobos Álvarez2019-07-231-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-201-0/+16
* 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
* Share some code between 2D canvas and WebGLAnthony Ramine2018-10-091-1/+19
* Handle some transparent black cases in ctx.getImageDataAnthony Ramine2018-10-071-0/+25
* Merge some byte swap/premultiply functions in their own crateAnthony Ramine2018-10-061-0/+40