Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update `wgpu` to `22.0` | 2024-09-20 | 1 | -0/+1 | |
| | |||||
* | Update `wgpu` to `0.20.1` | 2024-09-20 | 1 | -0/+4 | |
| | |||||
* | Introduce `Svg` struct in `core::svg` | 2024-08-04 | 1 | -10/+9 | |
| | |||||
* | Introduce `Image` struct in `core::image` | 2024-08-04 | 1 | -13/+6 | |
| | |||||
* | Implement image support for `canvas` widget | 2024-08-04 | 1 | -4/+20 | |
| | |||||
* | Fix windows fighting over shared `image::Cache` | 2024-05-06 | 1 | -27/+11 | |
| | | | | Image caches are local to each window now. | ||||
* | Introduce dynamic `opacity` support for `Image` and `Svg` | 2024-05-03 | 1 | -5/+17 | |
| | |||||
* | Rename `global_scale` to `scale` in `wgpu::image` | 2024-05-02 | 1 | -9/+3 | |
| | |||||
* | Simplify image rotation API and its internals | 2024-05-02 | 1 | -18/+6 | |
| | |||||
* | Add `Image` rotation support | 2024-05-02 | 1 | -9/+56 | |
| | | | | Co-authored-by: DKolter <68352124+DKolter@users.noreply.github.com> | ||||
* | Make image `Cache` eviction strategy less aggressive in `iced_wgpu` | 2024-04-24 | 1 | -1/+1 | |
| | | | | | | | | | | | 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. | ||||
* | Decouple caching from layering and simplify everything | 2024-04-05 | 1 | -3/+4 | |
| | |||||
* | Redesign `iced_wgpu` layering architecture | 2024-04-03 | 1 | -0/+571 | |