| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Introduce first-class `image` module in `iced_native` | 2021-10-31 | 1 | -1/+1 | |
| | | |||||
| * | Remove `widget` module re-exports in `iced_native` | 2021-10-31 | 1 | -1/+1 | |
| | | |||||
| * | Fix `Operation::perform` in `image::raster` | 2021-09-30 | 1 | -6/+31 | |
| | | | | | Flipping diagonally isn't the same as flipping each axis individually :sweat_smile: | ||||
| * | Remove absolute module path leftovers in `image::raster` | 2021-09-30 | 1 | -4/+4 | |
| | | |||||
| * | Refactor `Orientation` into `Operation` in `image::raster` | 2021-09-30 | 1 | -53/+41 | |
| | | |||||
| * | Remove unnecessary absolute module paths in `image::raster` | 2021-09-30 | 1 | -3/+3 | |
| | | |||||
| * | Introduce `Orientation` enum in `image::raster` | 2021-09-30 | 1 | -37/+72 | |
| | | |||||
| * | Honor Exif orientation in `iced_wgpu::Image` | 2021-09-30 | 1 | -2/+44 | |
| | | |||||
| * | Add image format options to reduce code bloat, fixes #376 | 2021-02-13 | 1 | -4/+4 | |
| | | |||||
| * | Fix deprecation warnings from `image` | 2020-11-20 | 1 | -2/+2 | |
| | | |||||
| * | Add support for loading already-decoded image pixels | 2020-02-29 | 1 | -0/+15 | |
| | | |||||
| * | Stop creating image pipeline when unnecessary | 2020-02-28 | 1 | -1/+1 | |
| | | |||||
| * | Derive `Debug` for `raster::Memory` | 2020-02-26 | 1 | -11/+1 | |
| | | |||||
| * | Deallocate atlas entries and remove padding | 2020-02-26 | 1 | -2/+13 | |
| | | |||||
| * | Fix multiple issues from the refactoring | 2020-02-26 | 1 | -3/+2 | |
| | | | | | | | - Update texture view on grow - Fix atlas texture coordinates - Fix fragmented uploads | ||||
| * | Avoid creating a vertex buffer every frame | 2020-02-26 | 1 | -2/+0 | |
| | | |||||
| * | Refactor texture atlas | 2020-02-26 | 1 | -10/+17 | |
| | | | | | | | - Split into multiple modules - Rename some concepts - Change API details | ||||
| * | Implemented automatic deallocation of texture space for dropped allocations | 2020-02-25 | 1 | -9/+1 | |
| | | |||||
| * | Updated shaders and removed debug_stub_derive dependency | 2020-02-25 | 1 | -2/+11 | |
| | | |||||
| * | Batch image draw calls into one with multiple instances | 2020-02-25 | 1 | -10/+2 | |
| | | |||||
| * | Implement allocating large images across multiple texture array layers. | 2020-02-25 | 1 | -24/+11 | |
| | | |||||
| * | Use array of atlases instead of one growing indefinitely. | 2020-02-25 | 1 | -109/+20 | |
| | | |||||
| * | Some small debug changes | 2020-02-25 | 1 | -1/+4 | |
| | | |||||
| * | Merged image and svg texture atlases into one owned by the image pipeline. | 2020-02-25 | 1 | -63/+16 | |
| | | |||||
| * | Implemented a texture atlas for images and svgs. | 2020-02-25 | 1 | -96/+187 | |
| | | |||||
| * | Rerasterize SVGs when resized and refactor a bit | 2019-12-15 | 1 | -0/+176 | |
