summaryrefslogtreecommitdiffstats
path: root/wgpu/src/image/mod.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify image rotation API and its internalsLibravatar Héctor Ramón Jiménez2024-05-021-18/+6
|
* Add `Image` rotation supportLibravatar Héctor Ramón Jiménez2024-05-021-9/+56
| | | | Co-authored-by: DKolter <68352124+DKolter@users.noreply.github.com>
* Make image `Cache` eviction strategy less aggressive in `iced_wgpu`Libravatar Héctor Ramón Jiménez2024-04-241-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 everythingLibravatar Héctor Ramón Jiménez2024-04-051-3/+4
|
* Redesign `iced_wgpu` layering architectureLibravatar Héctor Ramón Jiménez2024-04-031-0/+571