summaryrefslogtreecommitdiffstats
path: root/wgpu/src/image (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-25Use array of atlases instead of one growing indefinitely.Libravatar Malte Veerman2-227/+51
2020-02-25Some small debug changesLibravatar Malte Veerman2-12/+12
2020-02-25Merged image and svg texture atlases into one owned by the image pipeline.Libravatar Malte Veerman2-126/+31
2020-02-25Implemented a texture atlas for images and svgs.Libravatar Malte Veerman2-145/+336
2019-12-21Avoid rasterizing SVG when a dimension is 0Libravatar Héctor Ramón Jiménez1-0/+4
2019-12-15Cache `Svg` load result properlyLibravatar Héctor Ramón Jiménez1-15/+20
2019-12-15Add `svg` exampleLibravatar Héctor Ramón Jiménez1-1/+1
2019-12-15Rerasterize SVGs when resized and refactor a bitLibravatar Héctor Ramón Jiménez2-0/+363