Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Invalidate text uploads after atlas trimming | 2024-04-30 | 1 | -1/+1 | |
| | |||||
* | Fix `text` and `triangle` uploads being dropped on `canvas` cache clears | 2024-04-30 | 1 | -0/+1 | |
| | |||||
* | Retain caches in `iced_wgpu` as long as `Rc` values are alive | 2024-04-27 | 1 | -7/+6 | |
| | | | | | This allows reusing a `canvas::Cache` at no cost even if it is not presented every frame. | ||||
* | Reintroduce support for custom primitives in `iced_wgpu` | 2024-04-08 | 1 | -4/+3 | |
| | |||||
* | Share `msaa::Blit` texture between multiple windows | 2024-04-07 | 1 | -9/+10 | |
| | |||||
* | Merge branch 'master' into wgpu/better-architecture | 2024-04-07 | 1 | -0/+1 | |
|\ | |||||
* | | Avoid generating empty caches in `iced_wgpu` | 2024-04-06 | 1 | -8/+23 | |
| | | |||||
* | | Decouple caching from layering and simplify everything | 2024-04-05 | 1 | -250/+253 | |
| | | |||||
* | | Fix layer transformations | 2024-04-05 | 1 | -25/+47 | |
| | | |||||
* | | Fix `geometry::Cache` not reusing previous geometry | 2024-04-03 | 1 | -1/+0 | |
| | | |||||
* | | Implement preliminary cache grouping for mesh primitives | 2024-04-03 | 1 | -18/+45 | |
| | | | | | | | | | | Due to AA, it's very expensive to render every cached layer independently. | ||||
* | | Redesign `iced_wgpu` layering architecture | 2024-04-03 | 1 | -120/+276 | |
|/ | |||||
* | Use a `StagingBelt` in `iced_wgpu` for regular buffer uploads | 2024-03-29 | 1 | -9/+26 | |
| | |||||
* | Introduce `with_transformation` to `Renderer` trait | 2024-02-02 | 1 | -2/+2 | |
| | |||||
* | Replace `Primitive::Translate` with `Transform` | 2024-02-02 | 1 | -4/+2 | |
| | |||||
* | Update `wgpu` to `0.18` and `cosmic-text` to `0.10` | 2023-10-27 | 1 | -1/+6 | |
| | |||||
* | Simplify `map` call in `iced_wgpu::triangle` | 2023-09-20 | 1 | -1/+1 | |
| | |||||
* | Revert "Chore: Apply clippy map transformations" | 2023-09-20 | 1 | -1/+1 | |
| | | | | This reverts commit c997aad85d7ee6e77085e50e5e599002549d228f. | ||||
* | Fix `clippy::unreadable_literal` | 2023-09-20 | 1 | -5/+5 | |
| | |||||
* | Chore: Apply clippy map transformations | 2023-09-19 | 1 | -1/+1 | |
| | | | | Convert `.map().unwrap_or()` to `.map_or()` and similar transformations. | ||||
* | Use Oklab color interpolation only with `color::GAMMA_CORRECTION` | 2023-09-07 | 1 | -5/+30 | |
| | |||||
* | Decouple `Mesh` primitives from main `Primitive` type | 2023-06-29 | 1 | -36/+39 | |
| | |||||
* | Switched to packing using f16s to maintain acceptable precision. | 2023-06-07 | 1 | -7/+9 | |
| | |||||
* | Optimized gradient data packing. | 2023-06-06 | 1 | -19/+7 | |
| | |||||
* | Fix empty scissor rectangle in `iced_wgpu::triangle` pipeline | 2023-06-01 | 1 | -0/+4 | |
| | |||||
* | Avoid redundant `buffer::Buffer` import | 2023-05-19 | 1 | -4/+3 | |
| | |||||
* | Added support for gradients as background variants + other optimizations. | 2023-05-11 | 1 | -351/+192 | |
| | |||||
* | Fix unused import in `triangle` pipeline for Wasm target in `iced_wgpu` | 2023-04-27 | 1 | -1/+4 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -1/+1 | |
|\ | |||||
| * | remove colons from shader labels | 2023-04-01 | 1 | -2/+2 | |
| | | |||||
* | | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -13/+11 | |
| | | |||||
* | | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 1 | -33/+38 | |
| | | |||||
* | | Provide some margin to static buffers when growing | 2023-02-24 | 1 | -1/+1 | |
| | | |||||
* | | Reuse a `RenderPass` as much as possible in `iced_wgpu` | 2023-02-24 | 1 | -7/+3 | |
| | | |||||
* | | Refactor `triangle::Pipeline` into `prepare` and `render` architecture | 2023-02-24 | 1 | -223/+338 | |
|/ | | | | And get rid of the staging belt! :tada: | ||||
* | Restructured everything to make profiling a feature of iced_winit. | 2023-01-09 | 1 | -4/+4 | |
| | |||||
* | Initial profiling support for Iced. | 2023-01-09 | 1 | -0/+8 | |
| | |||||
* | Fix `clippy` lints for Rust 1.66 | 2022-12-20 | 1 | -5/+1 | |
| | |||||
* | Group all solid triangles independently of color | 2022-11-16 | 1 | -126/+545 | |
| | |||||
* | Added conditional configurations for WASM target for gradients & storage ↵ | 2022-11-10 | 1 | -2/+13 | |
| | | | | buffers, since storage buffers are not supported on wgpu WASM target at the moment. | ||||
* | Refactor imports of `triangle` modules in `iced_glow` and `iced_wgpu` | 2022-11-03 | 1 | -10/+10 | |
| | |||||
* | Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke` | 2022-11-03 | 1 | -5/+6 | |
| | |||||
* | Reuse last set pipeline for `triangle` in `iced_wgpu` | 2022-11-03 | 1 | -0/+19 | |
| | |||||
* | Rename `buffers` module to `buffer` | 2022-11-03 | 1 | -5/+5 | |
| | | | | ... and move `StaticBuffer` to nested `static` module | ||||
* | Fix lints by `clippy` | 2022-11-03 | 1 | -2/+2 | |
| | |||||
* | Run `cargo fmt` | 2022-11-03 | 1 | -5/+3 | |
| | |||||
* | Cleaned up namespaces re: PR comments. | 2022-10-18 | 1 | -18/+16 | |
| | |||||
* | More import adjusting. | 2022-10-07 | 1 | -3/+2 | |
| | |||||
* | Fixed some more imports/documentation. | 2022-10-06 | 1 | -2/+2 | |
| | |||||
* | Fixed some imports/documentation. | 2022-10-06 | 1 | -5/+1 | |
| |