Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update euclid. | Emilio Cobos Álvarez | 2019-07-23 | 2 | -2/+2 |
* | Update references to malloc_size_of_derive, which is in crates.io now. | Emilio Cobos Álvarez | 2019-01-13 | 1 | -1/+1 |
* | Call rgba8_byte_swap_colors_inplace on the WebGL thread | Anthony Ramine | 2018-11-20 | 1 | -0/+2 |
* | Move PixelFormat to the pixels crate | Anthony Ramine | 2018-11-20 | 2 | -0/+19 |
* | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
* | Prefix some pixels functions with rgba8_ | Anthony Ramine | 2018-11-16 | 1 | -4/+4 |
* | `cargo fix --edition-idioms` | Simon Sapin | 2018-11-08 | 1 | -2/+0 |
* | Format remaining files | Pyfisch | 2018-11-06 | 1 | -1/+4 |
* | Switch most crates to the 2018 edition | Simon Sapin | 2018-11-06 | 1 | -0/+1 |
* | Share some code between 2D canvas and WebGL | Anthony Ramine | 2018-10-09 | 1 | -1/+19 |
* | Handle some transparent black cases in ctx.getImageData | Anthony Ramine | 2018-10-07 | 2 | -0/+28 |
* | Merge some byte swap/premultiply functions in their own crate | Anthony Ramine | 2018-10-06 | 2 | -0/+50 |