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