summaryrefslogtreecommitdiffstats
path: root/wgpu/src/image/raster.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-30Remove unnecessary absolute module paths in `image::raster`Libravatar Héctor Ramón Jiménez1-3/+3
2021-09-30Introduce `Orientation` enum in `image::raster`Libravatar Héctor Ramón Jiménez1-37/+72
2021-09-30Honor Exif orientation in `iced_wgpu::Image`Libravatar Mateusz Czapliński1-2/+44
2021-02-13Add image format options to reduce code bloat, fixes #376Libravatar Greg V1-4/+4
2020-11-20Fix deprecation warnings from `image`Libravatar Héctor Ramón Jiménez1-2/+2
2020-02-29Add support for loading already-decoded image pixelsLibravatar Soham Chowdhury1-0/+15
2020-02-28Stop creating image pipeline when unnecessaryLibravatar Héctor Ramón Jiménez1-1/+1
2020-02-26Derive `Debug` for `raster::Memory`Libravatar Héctor Ramón Jiménez1-11/+1
2020-02-26Deallocate atlas entries and remove paddingLibravatar Héctor Ramón Jiménez1-2/+13
2020-02-26Fix multiple issues from the refactoringLibravatar Héctor Ramón Jiménez1-3/+2
2020-02-26Avoid creating a vertex buffer every frameLibravatar Héctor Ramón Jiménez1-2/+0
2020-02-26Refactor texture atlasLibravatar Héctor Ramón Jiménez1-10/+17
2020-02-25Implemented automatic deallocation of texture space for dropped allocationsLibravatar Malte Veerman1-9/+1
2020-02-25Updated shaders and removed debug_stub_derive dependencyLibravatar Malte Veerman1-2/+11
2020-02-25Batch image draw calls into one with multiple instancesLibravatar Malte Veerman1-10/+2
2020-02-25Implement allocating large images across multiple texture array layers.Libravatar Malte Veerman1-24/+11
2020-02-25Use array of atlases instead of one growing indefinitely.Libravatar Malte Veerman1-109/+20
2020-02-25Some small debug changesLibravatar Malte Veerman1-1/+4
2020-02-25Merged image and svg texture atlases into one owned by the image pipeline.Libravatar Malte Veerman1-63/+16
2020-02-25Implemented a texture atlas for images and svgs.Libravatar Malte Veerman1-96/+187
2019-12-15Rerasterize SVGs when resized and refactor a bitLibravatar Héctor Ramón Jiménez1-0/+176