| Commit message (Expand) | Author | Age | Files | Lines |
* | Cache `Svg` load result properly | Héctor Ramón Jiménez | 2019-12-15 | 1 | -5/+2 |
* | Put `svg` rendering behind a feature gate | Héctor Ramón Jiménez | 2019-12-15 | 1 | -12/+24 |
* | Rerasterize SVGs when resized and refactor a bit | Héctor Ramón Jiménez | 2019-12-15 | 1 | -258/+50 |
* | Merged svg pipeline into image | Malte Veerman | 2019-12-12 | 1 | -21/+86 |
* | Merge branch 'master' into feature/image-from-bytes | Héctor Ramón Jiménez | 2019-12-04 | 1 | -0/+2 |
|\ |
|
| * | Add `repr(C)` to GPU types | Héctor Ramón Jiménez | 2019-12-01 | 1 | -0/+2 |
* | | Implement basic image cache trimming in iced_wgpu | Héctor Ramón Jiménez | 2019-11-30 | 1 | -7/+52 |
* | | Allow to load an image from memory | Héctor Ramón Jiménez | 2019-11-29 | 1 | -16/+35 |
|/ |
|
* | Use explicit `Uniforms` type in image pipeline | Héctor Ramón Jiménez | 2019-11-24 | 1 | -14/+24 |
* | Fix copy image instance size in `iced_wgpu` | Héctor Ramón Jiménez | 2019-11-24 | 1 | -1/+1 |
* | Avoid panic when image load fails in `iced_wgpu` | Héctor Ramón Jiménez | 2019-11-24 | 1 | -63/+71 |
* | Write docs for `iced_wgpu` | Héctor Ramón Jiménez | 2019-11-22 | 1 | -5/+5 |
* | Replace `nalgebra` with `glam` | Héctor Ramón Jiménez | 2019-10-31 | 1 | -3/+1 |
* | Implement clipping for images | Héctor Ramón Jiménez | 2019-10-27 | 1 | -0/+8 |
* | Remove warnings in `wgpu::image` | Héctor Ramón Jiménez | 2019-10-23 | 1 | -4/+4 |
* | Implement basic image rendering in `iced_wgpu` | Héctor Ramón Jiménez | 2019-10-23 | 1 | -0/+438 |