| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into remove-vertex-indexing | Héctor Ramón Jiménez | 2024-01-19 | 1 | -28/+101 |
|\ |
|
| * | Fix unnecessary references in `iced_wgpu::image` | Héctor Ramón Jiménez | 2023-11-11 | 1 | -3/+3 |
| * | Refactor texture image filtering | Héctor Ramón Jiménez | 2023-11-11 | 1 | -106/+132 |
| * | Remove debug traces | Remmirad | 2023-11-11 | 1 | -2/+1 |
| * | fix design for wgpu backend | Remmirad | 2023-11-11 | 1 | -56/+77 |
| * | Fix clippy + fmt | Remmirad | 2023-11-11 | 1 | -18/+24 |
| * | Implement texture filtering options | Remmirad | 2023-11-11 | 1 | -24/+45 |
* | | Reassign attribute locations for image shader | Jim Eckerlein | 2023-09-24 | 1 | -2/+7 |
* | | Compute vertex position for image shader | Jim Eckerlein | 2023-09-24 | 1 | -77/+18 |
|/ |
|
* | Merge pull request #1846 from bungoboingo/feat/background-gradients | Héctor Ramón | 2023-05-19 | 1 | -3/+3 |
|\ |
|
| * | Avoid redundant `buffer::Buffer` import | Héctor Ramón Jiménez | 2023-05-19 | 1 | -1/+1 |
| * | Keep `image` pipeline decoupled from `quad` in `iced_wgpu` | Héctor Ramón Jiménez | 2023-05-19 | 1 | -5/+37 |
| * | Added support for gradients as background variants + other optimizations. | Bingus | 2023-05-11 | 1 | -39/+7 |
* | | Fix race condition when growing an `image::Atlas` | Héctor Ramón Jiménez | 2023-05-11 | 1 | -2/+0 |
|/ |
|
* | Merge branch 'master' into advanced-text | Héctor Ramón Jiménez | 2023-04-17 | 1 | -1/+1 |
|\ |
|
| * | remove colons from shader labels | David Huculak | 2023-04-01 | 1 | -1/+1 |
* | | Remove `image` abstractions in `iced_graphics` | Héctor Ramón Jiménez | 2023-03-07 | 1 | -22/+17 |
* | | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2023-03-04 | 1 | -10/+11 |
* | | Implement `Canvas` support for `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-03-01 | 1 | -1/+1 |
* | | Reuse a `RenderPass` as much as possible in `iced_wgpu` | Héctor Ramón Jiménez | 2023-02-24 | 1 | -7/+3 |
* | | Fix needless borrows in `image::Pipeline` | Héctor Ramón Jiménez | 2023-02-24 | 1 | -2/+2 |
* | | Refactor `image::Pipeline` into `prepare` and `render` architecture | Héctor Ramón Jiménez | 2023-02-24 | 1 | -116/+143 |
|/ |
|
* | Restructured everything to make profiling a feature of iced_winit. | bungoboingo | 2023-01-09 | 1 | -3/+3 |
* | Initial profiling support for Iced. | Bingus | 2023-01-09 | 1 | -0/+6 |
* | Remove `appearance` from `Handle` | Héctor Ramón Jiménez | 2022-12-06 | 1 | -1/+6 |
* | Remove redundant features in `iced_wgpu` and `iced_glow` | Héctor Ramón Jiménez | 2022-11-05 | 1 | -9/+9 |
* | Refactor some `image` traits a bit | Héctor Ramón Jiménez | 2022-11-05 | 1 | -7/+11 |
* | Move image/svg handling into `iced_graphics` | Ian Douglas Scott | 2022-11-05 | 1 | -13/+19 |
* | Address Clippy lints | Poly | 2022-07-09 | 1 | -4/+4 |
* | update `wgpu` to `0.13` | Cupnfish | 2022-07-02 | 1 | -10/+12 |
* | Run `cargo fmt` | Héctor Ramón Jiménez | 2022-01-04 | 1 | -2/+4 |
* | Update wgpu 0.12 | Poly | 2022-01-04 | 1 | -5/+3 |
* | wgpu: Update to 0.10 | Poly | 2021-08-19 | 1 | -11/+10 |
* | Use vertex_attr_array macro | Poly | 2021-06-22 | 1 | -27/+7 |
* | Use latest `wgpu` releases instead of patched sources | Héctor Ramón | 2021-05-19 | 1 | -5/+7 |
* | Run cargo fmt | Dispersia | 2021-04-12 | 1 | -14/+15 |
* | add temporary fix for image wgsl | Dispersia | 2021-04-12 | 1 | -1/+1 |
* | Upgrade wgpu | Dispersia | 2021-04-11 | 1 | -30/+29 |
* | Add image format options to reduce code bloat, fixes #376 | Greg V | 2021-02-13 | 1 | -9/+9 |
* | Enable filtering in `wgpu::image` | Héctor Ramón Jiménez | 2021-02-06 | 1 | -2/+2 |
* | Use lowercase in `wgpu` labels for consistency | Héctor Ramón Jiménez | 2021-02-06 | 1 | -1/+1 |
* | Fix TextureViewDimension for image | Poly | 2021-02-03 | 1 | -1/+1 |
* | [wgpu 0.7] Update image.rs | Poly | 2021-02-03 | 1 | -55/+66 |
* | Update `bytemuck` and remove `zerocopy` in `iced_wgpu` | Héctor Ramón Jiménez | 2020-11-10 | 1 | -14/+13 |
* | Add labels to `iced_wgpu` internals | Héctor Ramón Jiménez | 2020-08-31 | 1 | -11/+11 |
* | Remove unnecessary `create_buffer_init` for uniforms | Héctor Ramón Jiménez | 2020-08-27 | 1 | -10/+6 |
* | Remove redundant depth bias fields in `iced_wgpu` | Héctor Ramón Jiménez | 2020-08-27 | 1 | -3/+0 |
* | Update `image` pipeline in `iced_wgpu` | Héctor Ramón Jiménez | 2020-08-27 | 1 | -72/+86 |
* | Move `Layer` to `iced_graphics` | Héctor Ramón Jiménez | 2020-05-19 | 1 | -26/+31 |
* | Change `&mut wgpu::Device` to `&wgpu::Device` (#299) | Lain-dono | 2020-04-16 | 1 | -1/+1 |