Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make image `Cache` eviction strategy less aggressive in `iced_wgpu` | 2024-04-24 | 1 | -0/+8 | |
| | | | | | | | | | | | 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. | ||||
* | Address Clippy lints | 2022-07-09 | 1 | -4/+1 | |
| | |||||
* | Stop creating image pipeline when unnecessary | 2020-02-28 | 1 | -0/+17 | |