Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-05-11 | Remove `dbg!` leftovers in `image::atlas` | 1 | -3/+0 | |
2023-05-11 | Fix race condition when growing an `image::Atlas` | 1 | -11/+27 | |
2023-04-20 | remove unused import | 1 | -2/+0 | |
2023-04-20 | wgpu 0.16 | 1 | -2/+2 | |
2023-04-13 | Update `wgpu` to `0.15` | 1 | -0/+2 | |
2023-04-08 | Update `wgpu` and `cosmic-text` | 1 | -0/+2 | |
2023-03-07 | Remove `image` abstractions in `iced_graphics` | 1 | -99/+91 | |
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -2/+2 | |
2023-02-24 | Refactor `image::Pipeline` into `prepare` and `render` architecture | 1 | -25/+24 | |
2022-11-05 | Use RGBA texture for `image` and `svg` pipelines | 1 | -2/+2 | |
2022-11-05 | Refactor some `image` traits a bit | 1 | -6/+8 | |
2022-11-05 | Move image/svg handling into `iced_graphics` | 1 | -93/+98 | |
2022-07-09 | Run `cargo fmt` | 1 | -7/+1 | |
2022-07-09 | Address Clippy lints | 1 | -1/+1 | |
2021-08-19 | wgpu: Update to 0.10 | 1 | -7/+10 | |
2021-04-11 | Upgrade wgpu | 1 | -11/+13 | |
2020-08-31 | Add labels to `iced_wgpu` internals | 1 | -3/+3 | |
2020-08-27 | Fix `offset` calculation in `image::Atlas` | 1 | -1/+1 | |
2020-08-27 | Fix `layers` initialization in `image::Atlas` | 1 | -1/+1 | |
2020-08-27 | Update `image` pipeline in `iced_wgpu` | 1 | -16/+60 | |
2020-04-07 | Update `wgpu` to `0.5` in `iced_wgpu` :tada: | 1 | -26/+12 | |
2020-02-28 | Stop creating image pipeline when unnecessary | 1 | -0/+0 | |
2020-02-26 | Move `Atlas::deallocate` after `allocate` | 1 | -21/+21 | |
2020-02-26 | Deallocate atlas entries and remove padding | 1 | -1/+37 | |
2020-02-26 | Fix multiple issues from the refactoring | 1 | -19/+33 | |
2020-02-26 | Avoid creating a vertex buffer every frame | 1 | -7/+5 | |
2020-02-26 | Refactor texture atlas | 1 | -0/+313 |