aboutsummaryrefslogtreecommitdiffstats
path: root/components/pixels
Commit message (Expand)AuthorAgeFilesLines
* Organize component Cargo.toml dependencies (#36224)Alex Touchet2025-03-301-2/+2
* pixels: Extend Image to allow for multiple frames (#36058)TIN TUN AUNG2025-03-211-20/+105
* pixels: Fix webp detection (#35474)Jonathan Schwender2025-02-191-2/+13
* Update `pixels::unmultiply_inplace` to support RB swap and use it in canvas_s...Euclid Ye2025-02-062-5/+11
* Optimized unmultiply_inplace to remove fp ops (#33582)Shalvin2024-09-301-4/+14
* Add a benchmark for for `unmultiply_inplace` in `pixels` (#33584)Samson2024-09-302-0/+38
* Move unmultiply_inplace to pixels crate (#33553)Taym Haddadi2024-09-271-0/+9
* Add `rust-version` to all `Cargo.toml` files (#33483)Martin Robinson2024-09-171-0/+1
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-5/+5
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-202-0/+154
* clippy: fix warnings in various modules in components (#31568)eri2024-03-081-4/+2
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-1/+1
* 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