summaryrefslogtreecommitdiffstats
path: root/wgpu/src/backend.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-11Make `FontSystem` global and simplify `Paragraph` APILibravatar Héctor Ramón Jiménez1-5/+0
2023-08-30Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez1-66/+9
2023-08-02Avoid empty overlay layer in `iced_wgpu`Libravatar Héctor Ramón Jiménez1-1/+4
2023-08-02Fix `iced_wgpu` freezing on empty layersLibravatar Héctor Ramón Jiménez1-1/+1
2023-07-20Update `cosmic-text` and `glyphon`Libravatar Héctor Ramón Jiménez1-40/+13
2023-06-29Trim text measurements only before `layout`Libravatar Héctor Ramón Jiménez1-0/+4
2023-06-29Introduce custom backend-specific primitivesLibravatar Héctor Ramón Jiménez1-1/+6
2023-06-28Reuse entries in `text::Cache` in `iced_wgpu`Libravatar Héctor Ramón Jiménez1-1/+1
2023-06-27Simplify `offscreen` API as `color` module in `iced_wgpu`Libravatar Héctor Ramón Jiménez1-43/+1
2023-06-20Use subpixel glyph positioning and layout linearityLibravatar Héctor Ramón Jiménez1-6/+0
2023-06-14Fixed documentationLibravatar Bingus1-1/+1
2023-06-08Adjusted offscreen pass to be a render pass vs compute for compat with web-co...Libravatar Bingus1-19/+2
2023-06-06Added offscreen rendering support for wgpu & tiny-skia exposed with the windo...Libravatar Bingus1-1/+60
2023-05-31Introduce `web-colors` feature flag to enable sRGB linear blendingLibravatar Héctor Ramón Jiménez1-1/+2
2023-05-29Adjusted `Quads` struct to be opaque `quad::Layer`.Libravatar Bingus1-1/+1
2023-05-29Fixed issue where quads of different types were not ordered.Libravatar Bingus1-2/+6
2023-05-04Support configurable `LineHeight` in text widgetsLibravatar Héctor Ramón Jiménez1-2/+11
2023-05-02Introduce `text::Shaping` enum and replace magic booleanLibravatar Héctor Ramón Jiménez1-4/+4
2023-05-02Make basic text shaping the default shaping strategyLibravatar Héctor Ramón Jiménez1-1/+5
2023-03-30Introduce support for `Font` attributesLibravatar Héctor Ramón Jiménez1-1/+1
2023-03-07Remove `image` abstractions in `iced_graphics`Libravatar Héctor Ramón Jiménez1-1/+1
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-11/+9
2023-03-03Move `Canvas` and `QRCode` to `iced` crateLibravatar Héctor Ramón Jiménez1-2/+0
2023-03-01Implement `Canvas` support for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez1-3/+4
2023-02-24Collapse conditional and please `clippy`Libravatar Héctor Ramón Jiménez1-5/+5
2023-02-24Grow atlas in `text::Pipeline` when necessaryLibravatar Héctor Ramón Jiménez1-14/+41
2023-02-24Set scissoring properly in `text::Pipeline`Libravatar Héctor Ramón Jiménez1-1/+2
2023-02-24Reuse a `RenderPass` as much as possible in `iced_wgpu`Libravatar Héctor Ramón Jiménez1-92/+169
2023-02-24Refactor `triangle::Pipeline` into `prepare` and `render` architectureLibravatar Héctor Ramón Jiménez1-7/+10
2023-02-24Refactor `image::Pipeline` into `prepare` and `render` architectureLibravatar Héctor Ramón Jiménez1-5/+21
2023-02-24Fix rendering order for `quad::Pipeline`Libravatar Héctor Ramón Jiménez1-5/+2
2023-02-24Refactor `quad::Pipeline` to `prepare` and `render` architectureLibravatar Héctor Ramón Jiménez1-6/+25
2023-02-24Load `Iced-Icons.ttf` font in `text::Pipeline::new`Libravatar Héctor Ramón Jiménez1-2/+2
2023-02-24Implement `font::load` command in `iced_native`Libravatar Héctor Ramón Jiménez1-0/+6
2023-02-24Overhaul `Font` type to allow font family selectionLibravatar Héctor Ramón Jiménez1-11/+10
2023-02-24Implement support for multiple text layers in `iced_wgpu`Libravatar Héctor Ramón Jiménez1-0/+3
2023-02-24Draft `glyphon` implementation of text pipeline for `iced_wgpu`Libravatar Héctor Ramón Jiménez1-5/+14
2023-02-24Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependenciesLibravatar Héctor Ramón Jiménez1-80/+6
2023-02-17Use `Pixels` for `Text::size`Libravatar Héctor Ramón Jiménez1-2/+2
2023-01-09Restructured everything to make profiling a feature of iced_winit.Libravatar bungoboingo1-3/+3
2023-01-09Initial profiling support for Iced.Libravatar Bingus1-0/+5
2022-11-05Remove redundant features in `iced_wgpu` and `iced_glow`Libravatar Héctor Ramón Jiménez1-7/+7
2022-11-05Refactor some `image` traits a bitLibravatar Héctor Ramón Jiménez1-2/+2
2022-11-05Move image/svg handling into `iced_graphics`Libravatar Ian Douglas Scott1-1/+1
2022-11-03Run `cargo fmt`Libravatar Héctor Ramón Jiménez1-1/+1
2022-10-04Reworked wgpu buffers, updated glow side to have proper transform location st...Libravatar shan1-1/+1
2022-09-29Adds linear gradient support to 2D meshes in the canvas widget.Libravatar shan1-7/+4
2022-09-29Adds linear gradient support to 2D meshes in the canvas widget.Libravatar shan1-7/+4
2022-07-09Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez1-1/+0
2022-07-09Address Clippy lintsLibravatar Poly1-1/+1