summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update `reqwest` in `pokedex` exampleLibravatar Héctor Ramón Jiménez2020-03-061-5/+9
|
* Merge pull request #91 from nvzqz/const-all-the-thingsLibravatar Héctor Ramón2020-03-063-4/+4
|\ | | | | Make many functions `const`
| * Remove counterintuitive constant functionsLibravatar Héctor Ramón Jiménez2020-03-0614-55/+52
| |
| * Make many functions `const`Libravatar Nikolai Vazquez2019-11-2916-57/+60
| | | | | | | | | | | | | | | | The point is to set up repeated components or boilerplate before their use sites. The majority of these make sense as `const`. However, some functions such as those regarding state may not make sense as `const`.
* | Fix offsets in `triangle` pipelineLibravatar Héctor Ramón Jiménez2020-03-041-3/+8
| | | | | | | | Yes, again...
* | Use new `wgpu_glyph` release in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-03-031-1/+1
| |
* | Merge pull request #211 from mrkgnao/masterLibravatar Héctor Ramón2020-03-012-0/+43
|\ \ | | | | | | Add support for loading already-decoded image pixels
| * | Note BGRA requirement in Handle::from_pixels docsLibravatar Soham Chowdhury2020-03-011-1/+3
| | |
| * | Add support for loading already-decoded image pixelsLibravatar Soham Chowdhury2020-02-292-0/+41
|/ /
* | Fix offsets of buffer uploads in triangle pipelineLibravatar Héctor Ramón Jiménez2020-02-281-10/+13
| |
* | Merge pull request #154 from Maldela/atlasLibravatar Héctor Ramón2020-02-2818-351/+957
|\ \ | | | | | | Texture atlas
| * | Remove unnecessary `pub(crate) use`Libravatar Héctor Ramón Jiménez2020-02-282-4/+1
| | |
| * | Stop creating image pipeline when unnecessaryLibravatar Héctor Ramón Jiménez2020-02-2811-86/+114
| | |
| * | Move `Atlas::deallocate` after `allocate`Libravatar Héctor Ramón Jiménez2020-02-261-21/+21
| | |
| * | Move `Debug` implementation for `vector::Svg`Libravatar Héctor Ramón Jiménez2020-02-261-11/+6
| | |
| * | Derive `Debug` for `raster::Memory`Libravatar Héctor Ramón Jiménez2020-02-261-11/+1
| | |
| * | Make new `texture` module private for nowLibravatar Héctor Ramón Jiménez2020-02-261-2/+2
| | |
| * | Remove unused code warnings in `iced_wgpu::image`Libravatar Héctor Ramón Jiménez2020-02-261-8/+13
| | |
| * | Add `env_logger` to `svg` exampleLibravatar Héctor Ramón Jiménez2020-02-262-3/+9
| | |
| * | Deallocate atlas entries and remove paddingLibravatar Héctor Ramón Jiménez2020-02-265-46/+84
| | |
| * | Fix multiple issues from the refactoringLibravatar Héctor Ramón Jiménez2020-02-264-42/+86
| | | | | | | | | | | | | | | | | | - Update texture view on grow - Fix atlas texture coordinates - Fix fragmented uploads
| * | Avoid creating a vertex buffer every frameLibravatar Héctor Ramón Jiménez2020-02-265-50/+75
| | |
| * | Refactor texture atlasLibravatar Héctor Ramón Jiménez2020-02-2611-653/+633
| | | | | | | | | | | | | | | | | | - Split into multiple modules - Rename some concepts - Change API details
| * | Recompile `image` shadersLibravatar Héctor Ramón Jiménez2020-02-252-0/+0
| | |
| * | Implemented automatic deallocation of texture space for dropped allocationsLibravatar Malte Veerman2020-02-253-85/+88
| | |
| * | When deallocating the last allocation in an allocator mark its layer as emptyLibravatar Malte Veerman2020-02-251-24/+23
| | |
| * | Updated shaders and removed debug_stub_derive dependencyLibravatar Malte Veerman2020-02-256-19/+51
| | |
| * | Batch image draw calls into one with multiple instancesLibravatar Malte Veerman2020-02-253-203/+160
| | |
| * | Implement allocating large images across multiple texture array layers.Libravatar Malte Veerman2020-02-253-208/+539
| | |
| * | Use array of atlases instead of one growing indefinitely.Libravatar Malte Veerman2020-02-255-281/+260
| | |
| * | Fixed texture bleedingLibravatar Malte Veerman2020-02-251-4/+4
| | |
| * | Some small debug changesLibravatar Malte Veerman2020-02-252-12/+12
| | |
| * | Merged image and svg texture atlases into one owned by the image pipeline.Libravatar Malte Veerman2020-02-254-159/+91
| | |
| * | Implemented a texture atlas for images and svgs.Libravatar Malte Veerman2020-02-257-211/+476
|/ /
* | Merge pull request #205 from hecrj/feature/wgpu-configurable-formatLibravatar Héctor Ramón2020-02-2511-22/+69
|\ \ | | | | | | Make output format of `iced_wgpu` configurable
| * | Make output format of `iced_wgpu` configurableLibravatar Héctor Ramón Jiménez2020-02-2411-22/+69
|/ /
* | Merge pull request #201 from hecrj/fix/clip-primitive-intersectionLibravatar Héctor Ramón2020-02-232-18/+61
|\ \ | | | | | | Fix `Clip` primitive intersection in `iced_wgpu`
| * | Fix `Clip` primitive intersection in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-02-222-18/+61
|/ /
* | Merge pull request #198 from hecrj/improvement/example-readmesLibravatar Héctor Ramón2020-02-2212-1/+199
|\ \ | | | | | | Create `README` files for all the examples
| * | Create `README` files for all the examplesLibravatar Héctor Ramón Jiménez2020-02-2112-1/+199
|/ /
* | Merge pull request #196 from piaoger/patch-1Libravatar Héctor Ramón2020-02-201-1/+1
|\ \ | | | | | | Fix sample file path for svg example
| * | Fix sample file path for svg exampleLibravatar Piaoger2020-02-201-1/+1
|/ / | | | | Sample tiger.svg is move to resources after directory restructuring. This change is to correct the path
* | Merge pull request #193 from hecrj/feature/canvasLibravatar Héctor Ramón2020-02-2042-209/+2094
|\ \ | | | | | | Canvas widget for 2D graphics
| * | Rename `Settings::use_antialiasing` to `antialiasing`Libravatar Héctor Ramón Jiménez2020-02-185-6/+6
| | |
| * | Write documentation for new `canvas` moduleLibravatar Héctor Ramón Jiménez2020-02-1817-196/+434
| | |
| * | Rename `Settings::antialiasing` to `use_antialiasing`Libravatar Héctor Ramón Jiménez2020-02-155-5/+5
| | |
| * | Request high performance adapter if MSAA is enabledLibravatar Héctor Ramón Jiménez2020-02-151-1/+5
| | |
| * | Implement MSAA for `triangle` pipeline in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-02-1515-73/+539
| | |
| * | Merge branch 'master' into feature/canvasLibravatar Héctor Ramón Jiménez2020-02-155-11/+34
| |\ \
| * | | Upgrade `Mesh2D` indices from `u16` to `u32`Libravatar Héctor Ramón Jiménez2020-02-143-4/+4
| | | |