Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update `wgpu` and `cosmic-text` | 2023-04-08 | 1 | -0/+2 | |
| | |||||
* | Remove `image` abstractions in `iced_graphics` | 2023-03-07 | 1 | -99/+91 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -2/+2 | |
| | |||||
* | Refactor `image::Pipeline` into `prepare` and `render` architecture | 2023-02-24 | 1 | -25/+24 | |
| | |||||
* | Use RGBA texture for `image` and `svg` pipelines | 2022-11-05 | 1 | -2/+2 | |
| | |||||
* | Refactor some `image` traits a bit | 2022-11-05 | 1 | -6/+8 | |
| | | | | | | | - Use `Size<u32>` were applicable. - Rename `TextureStore` to `image::Storage`. - Rename `TextureStoreEntry` to `image::storage::Entry`. - Wire up `viewport_dimensions` to `iced_glow` for `Svg`. | ||||
* | Move image/svg handling into `iced_graphics` | 2022-11-05 | 1 | -93/+98 | |
| | | | | | | | | | The `TextureStore` trait is implemented by the atlas, and can also be implemented in the glow renderer or in a software renderer. The API here may be improved in the future, but API stability is presumably not a huge issue since these types will only be used by renderer backends. | ||||
* | Run `cargo fmt` | 2022-07-09 | 1 | -7/+1 | |
| | |||||
* | Address Clippy lints | 2022-07-09 | 1 | -1/+1 | |
| | |||||
* | wgpu: Update to 0.10 | 2021-08-19 | 1 | -7/+10 | |
| | |||||
* | Upgrade wgpu | 2021-04-11 | 1 | -11/+13 | |
| | |||||
* | Add labels to `iced_wgpu` internals | 2020-08-31 | 1 | -3/+3 | |
| | |||||
* | Fix `offset` calculation in `image::Atlas` | 2020-08-27 | 1 | -1/+1 | |
| | |||||
* | Fix `layers` initialization in `image::Atlas` | 2020-08-27 | 1 | -1/+1 | |
| | |||||
* | Update `image` pipeline in `iced_wgpu` | 2020-08-27 | 1 | -16/+60 | |
| | |||||
* | Update `wgpu` to `0.5` in `iced_wgpu` :tada: | 2020-04-07 | 1 | -26/+12 | |
| | |||||
* | Stop creating image pipeline when unnecessary | 2020-02-28 | 1 | -0/+361 | |