summaryrefslogtreecommitdiffstats
path: root/wgpu/src/primitive (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-08Remove leftover `primitive::pipeline` moduleLibravatar Héctor Ramón Jiménez1-1/+0
2024-04-08Reintroduce support for custom primitives in `iced_wgpu`Libravatar Héctor Ramón Jiménez1-115/+0
2024-04-01Use `rustc-hash` for most of our `HashMap` and `HashSet` instancesLibravatar Héctor Ramón Jiménez1-2/+2
2024-03-22Make `iced_tiny_skia` optional with a `tiny-skia` featureLibravatar Héctor Ramón Jiménez1-2/+2
2024-01-21Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez1-1/+1
2024-01-11wgpu: require `Send` on stored pipelinesLibravatar Tomáš Zemanovič1-2/+2
2023-11-28Provide actual bounds to `Shader` primitivesLibravatar Héctor Ramón Jiménez1-3/+2
... and allow for proper translation and scissoring.
2023-11-14Fix broken intra-doc linksLibravatar Héctor Ramón Jiménez1-2/+2
2023-11-14Re-organize `custom` module as `pipeline` moduleLibravatar Héctor Ramón Jiménez1-0/+117
... and move `Shader` widget to `iced_widget` crate