Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-12-12 | Merged svg pipeline into image | 1 | -559/+0 | ||
2019-12-12 | Improved dpi handling | 1 | -52/+7 | ||
2019-12-11 | Ran cargo_fmt over changed files. | 1 | -23/+31 | ||
2019-12-11 | Added an `Icon` widget to native. | 1 | -1/+2 | ||
2019-12-11 | Implemented SVG support in iced_wgpu. | 1 | -68/+135 | ||
2019-12-01 | Add `repr(C)` to GPU types | 1 | -0/+2 | ||
2019-11-30 | Implement basic image cache trimming in iced_wgpu | 1 | -7/+52 | ||
2019-11-29 | Allow to load an image from memory | 1 | -16/+35 | ||
New `image::Handle` opaque type uniquely identifying some `image::Data`, allowing reliable caching. | |||||
2019-11-24 | Use explicit `Uniforms` type in image pipeline | 1 | -14/+24 | ||
2019-11-24 | Fix copy image instance size in `iced_wgpu` | 1 | -1/+1 | ||
2019-11-24 | Avoid panic when image load fails in `iced_wgpu` | 1 | -63/+71 | ||
2019-11-22 | Write docs for `iced_wgpu` | 1 | -5/+5 | ||
2019-10-31 | Replace `nalgebra` with `glam` | 1 | -3/+1 | ||
`glam` compiles much faster and leverages SIMD nicely. | |||||
2019-10-27 | Implement clipping for images | 1 | -0/+8 | ||
2019-10-23 | Remove warnings in `wgpu::image` | 1 | -4/+4 | ||
2019-10-23 | Implement basic image rendering in `iced_wgpu` | 1 | -0/+438 | ||