Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update `wgpu` to `24` and use `cryoglyph` fork | 2025-03-09 | 1 | -5/+5 | |
| | | | | Co-authored-by: Winfried Baumann <codewing@web.de> | ||||
* | Fix windows fighting over shared `image::Cache` | 2024-05-06 | 1 | -3/+35 | |
| | | | | Image caches are local to each window now. | ||||
* | Make image `Cache` eviction strategy less aggressive in `iced_wgpu` | 2024-04-24 | 1 | -4/+11 | |
| | | | | | | | | | | | Instead of trimming unconditionally at the end of a frame, we now trim the cache only when there is a cache miss. This way, images that are not visible but still a part of the layout will stay cached. Eviction will only happen when the images are not a part of the UI for two consectuive frames. | ||||
* | Use two layers for `image::atlas` only on `Gl` backend | 2024-02-19 | 1 | -5/+9 | |
| | |||||
* | [wgpu.image] Workaround WGPU OpenGL heuristics | 2024-02-18 | 1 | -2/+6 | |
| | |||||
* | Fix `clippy::match-wildcard-for-single-variants` | 2023-09-20 | 1 | -1/+1 | |
| | |||||
* | Fix `clippy::semicolon_if_nothing_returned` | 2023-09-20 | 1 | -1/+1 | |
| | |||||
* | Chore: Inline format args for ease of reading | 2023-09-19 | 1 | -4/+4 | |
| | | | | A minor cleanup to inline all simple cases of format arguments. Makes the format strings just a bit easier to read. | ||||
* | Use proper gamma correction mode in `image::Atlas::grow` | 2023-05-31 | 1 | -1/+5 | |
| | |||||
* | Avoid gamma correction when `web-colors` is enabled for images | 2023-05-31 | 1 | -1/+6 | |
| | |||||
* | Remove `dbg!` leftovers in `image::atlas` | 2023-05-11 | 1 | -3/+0 | |
| | |||||
* | Fix race condition when growing an `image::Atlas` | 2023-05-11 | 1 | -11/+27 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-05-02 | 1 | -4/+2 | |
|\ | |||||
| * | remove unused import | 2023-04-20 | 1 | -2/+0 | |
| | | |||||
| * | wgpu 0.16 | 2023-04-20 | 1 | -2/+2 | |
| | | |||||
| * | Update `wgpu` to `0.15` | 2023-04-13 | 1 | -0/+2 | |
| | | |||||
* | | 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 | |