summaryrefslogtreecommitdiffstats
path: root/wgpu/src/layer (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move `layer::quad` types to `quad` moduleLibravatar Héctor Ramón Jiménez2023-05-301-149/+0
* Adjusted `Quads` struct to be opaque `quad::Layer`.Libravatar Bingus2023-05-291-0/+89
* Fixed issue where quads of different types were not ordered.Libravatar Bingus2023-05-291-0/+9
* Changed gradient::Packed to be `repr(C)` for direct gpu upload.Libravatar Bingus2023-05-261-2/+2
* Added support for gradients as background variants + other optimizations.Libravatar Bingus2023-05-112-15/+41
* Support configurable `LineHeight` in text widgetsLibravatar Héctor Ramón Jiménez2023-05-041-1/+4
* Introduce `text::Shaping` enum and replace magic booleanLibravatar Héctor Ramón Jiménez2023-05-021-9/+3
* Make basic text shaping the default shaping strategyLibravatar Héctor Ramón Jiménez2023-05-021-0/+10
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-043-6/+7
* Implement `Canvas` support for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-03-014-0/+176