Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | |