Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Redesign `iced_wgpu` layering architecture | 2024-04-03 | 1 | -644/+0 | |
| | |||||
* | Use a `StagingBelt` in `iced_wgpu` for regular buffer uploads | 2024-03-29 | 1 | -12/+24 | |
| | |||||
* | Fix empty `wgpu` draw calls in `image` pipeline | 2024-03-20 | 1 | -2/+10 | |
| | |||||
* | Use two layers for `image::atlas` only on `Gl` backend | 2024-02-19 | 1 | -2/+6 | |
| | |||||
* | Introduce `with_transformation` to `Renderer` trait | 2024-02-02 | 1 | -2/+1 | |
| | |||||
* | Merge branch 'master' into remove-vertex-indexing | 2024-01-19 | 1 | -28/+101 | |
|\ | |||||
| * | Fix unnecessary references in `iced_wgpu::image` | 2023-11-11 | 1 | -3/+3 | |
| | | |||||
| * | Refactor texture image filtering | 2023-11-11 | 1 | -106/+132 | |
| | | | | | | | | | | | | - Support only `Linear` or `Nearest` - Simplify `Layer` groups - Move `FilterMethod` to `Image` and `image::Viewer` | ||||
| * | Remove debug traces | 2023-11-11 | 1 | -2/+1 | |
| | | |||||
| * | fix design for wgpu backend | 2023-11-11 | 1 | -56/+77 | |
| | | |||||
| * | Fix clippy + fmt | 2023-11-11 | 1 | -18/+24 | |
| | | |||||
| * | Implement texture filtering options | 2023-11-11 | 1 | -24/+45 | |
| | | |||||
* | | Reassign attribute locations for image shader | 2023-09-24 | 1 | -2/+7 | |
| | | |||||
* | | Compute vertex position for image shader | 2023-09-24 | 1 | -77/+18 | |
|/ | |||||
* | Merge pull request #1846 from bungoboingo/feat/background-gradients | 2023-05-19 | 1 | -3/+3 | |
|\ | | | | | [Feature] Gradients for Backgrounds | ||||
| * | Avoid redundant `buffer::Buffer` import | 2023-05-19 | 1 | -1/+1 | |
| | | |||||
| * | Keep `image` pipeline decoupled from `quad` in `iced_wgpu` | 2023-05-19 | 1 | -5/+37 | |
| | | |||||
| * | Added support for gradients as background variants + other optimizations. | 2023-05-11 | 1 | -39/+7 | |
| | | |||||
* | | Fix race condition when growing an `image::Atlas` | 2023-05-11 | 1 | -2/+0 | |
|/ | |||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -1/+1 | |
|\ | |||||
| * | remove colons from shader labels | 2023-04-01 | 1 | -1/+1 | |
| | | |||||
* | | Remove `image` abstractions in `iced_graphics` | 2023-03-07 | 1 | -22/+17 | |
| | | |||||
* | | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -10/+11 | |
| | | |||||
* | | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 1 | -1/+1 | |
| | | |||||
* | | Reuse a `RenderPass` as much as possible in `iced_wgpu` | 2023-02-24 | 1 | -7/+3 | |
| | | |||||
* | | Fix needless borrows in `image::Pipeline` | 2023-02-24 | 1 | -2/+2 | |
| | | |||||
* | | Refactor `image::Pipeline` into `prepare` and `render` architecture | 2023-02-24 | 1 | -116/+143 | |
|/ | |||||
* | Restructured everything to make profiling a feature of iced_winit. | 2023-01-09 | 1 | -3/+3 | |
| | |||||
* | Initial profiling support for Iced. | 2023-01-09 | 1 | -0/+6 | |
| | |||||
* | Remove `appearance` from `Handle` | 2022-12-06 | 1 | -1/+6 | |
| | | | | ... and pass it directly to `Renderer::draw` instead. | ||||
* | Remove redundant features in `iced_wgpu` and `iced_glow` | 2022-11-05 | 1 | -9/+9 | |
| | |||||
* | Refactor some `image` traits a bit | 2022-11-05 | 1 | -7/+11 | |
| | | | | | | | - Use `Size<u32>` were applicable. - Rename `TextureStore` to `image::Storage`. - Rename `TextureStoreEntry` to `image::storage::Entry`. - Wire up `viewport_dimensions` to `iced_glow` for `Svg`. | ||||
* | Move image/svg handling into `iced_graphics` | 2022-11-05 | 1 | -13/+19 | |
| | | | | | | | | | The `TextureStore` trait is implemented by the atlas, and can also be implemented in the glow renderer or in a software renderer. The API here may be improved in the future, but API stability is presumably not a huge issue since these types will only be used by renderer backends. | ||||
* | Address Clippy lints | 2022-07-09 | 1 | -4/+4 | |
| | |||||
* | update `wgpu` to `0.13` | 2022-07-02 | 1 | -10/+12 | |
| | |||||
* | Run `cargo fmt` | 2022-01-04 | 1 | -2/+4 | |
| | |||||
* | Update wgpu 0.12 | 2022-01-04 | 1 | -5/+3 | |
| | |||||
* | wgpu: Update to 0.10 | 2021-08-19 | 1 | -11/+10 | |
| | |||||
* | Use vertex_attr_array macro | 2021-06-22 | 1 | -27/+7 | |
| | |||||
* | Use latest `wgpu` releases instead of patched sources | 2021-05-19 | 1 | -5/+7 | |
| | |||||
* | Run cargo fmt | 2021-04-12 | 1 | -14/+15 | |
| | |||||
* | add temporary fix for image wgsl | 2021-04-12 | 1 | -1/+1 | |
| | |||||
* | Upgrade wgpu | 2021-04-11 | 1 | -30/+29 | |
| | |||||
* | Add image format options to reduce code bloat, fixes #376 | 2021-02-13 | 1 | -9/+9 | |
| | |||||
* | Enable filtering in `wgpu::image` | 2021-02-06 | 1 | -2/+2 | |
| | |||||
* | Use lowercase in `wgpu` labels for consistency | 2021-02-06 | 1 | -1/+1 | |
| | |||||
* | Fix TextureViewDimension for image | 2021-02-03 | 1 | -1/+1 | |
| | | | wgpu validation helped to find this long standing type error | ||||
* | [wgpu 0.7] Update image.rs | 2021-02-03 | 1 | -55/+66 | |
| | |||||
* | Update `bytemuck` and remove `zerocopy` in `iced_wgpu` | 2020-11-10 | 1 | -14/+13 | |
| | |||||
* | Add labels to `iced_wgpu` internals | 2020-08-31 | 1 | -11/+11 | |
| |