summaryrefslogtreecommitdiffstats
path: root/wgpu/src/settings.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-05-07Document `present_mode_from_env` in `iced_wgpu`Libravatar Héctor Ramón Jiménez1-0/+12
2024-05-07Introduce `ICED_PRESENT_MODE` env var to pick a `wgpu::PresentMode`Libravatar Héctor Ramón Jiménez1-0/+14
2024-04-03Fix broken doc links in `iced_wgpu` and `iced_graphics`Libravatar Héctor Ramón Jiménez1-7/+7
2024-03-24Reintroduce backend selection through `ICED_BACKEND` env varLibravatar Héctor Ramón Jiménez1-24/+0
2024-03-22Allow custom renderers in `Program` and `Application`Libravatar Héctor Ramón Jiménez1-1/+12
2023-08-30Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez1-3/+3
2023-04-08Use `*_from_env` helpers from `wgpu` in `iced_wgpu`Libravatar Héctor Ramón Jiménez1-16/+1
2023-03-30Introduce support for `Font` attributesLibravatar 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-3/+2
2023-02-24Overhaul `Font` type to allow font family selectionLibravatar Héctor Ramón Jiménez1-30/+7
2023-02-23Remove logging large bytes arraysLibravatar Cory Forsstrom1-1/+17
2023-02-17Use `Pixels` for `Text::size`Libravatar Héctor Ramón Jiménez1-4/+4
2023-01-27Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck1-1/+1
2022-07-02update `wgpu` to `0.13`Libravatar Cupnfish1-1/+1
2021-08-19wgpu: Update to 0.10Libravatar Poly1-11/+11
2021-08-03wgpu: Use the preferred texture format of the surfaceLibravatar Tilmann Meyer1-6/+0
Signed-off-by: Tilmann Meyer <me@atiltedtree.dev>
2021-07-22Introduce `text_multithreading` to `Settings`Libravatar Héctor Ramón Jiménez1-0/+4
2021-07-22Add `text_multithreading` to `Settings` in `iced_glow` and `iced_wgpu`Libravatar Héctor Ramón Jiménez1-0/+5
2021-05-14update docLibravatar Downtime1-0/+1
2021-05-13Add a primary backend that can be setLibravatar Downtime1-0/+1
Add a primary backend that can be set
2021-03-25Introduce `internal_backend` to `iced_wgpu::Settings`Libravatar Héctor Ramón Jiménez1-0/+41
2020-11-26Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez1-6/+6
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
2020-11-23Add `present_mode` field to `iced_wgpu::Settings`Libravatar Héctor Ramón Jiménez1-0/+6
2020-06-19Make default text size configurable in `Settings`Libravatar Héctor Ramón Jiménez1-0/+6
2020-06-01Revert "Merge pull request #371 from myfreeweb/window-alpha"Libravatar Héctor Ramón Jiménez1-6/+1
This reverts commit 2ba9598f8022bf3035d97f1a30e53117b9619235, reversing changes made to d34f8e06c8e3cdbba07a272f346163cfc0f920a6.
2020-06-01Add custom window background/clear color (incl. transparency) support, fixes ↵Libravatar Greg V1-1/+6
#272 wgpu would currently ignore the alpha: https://github.com/gfx-rs/wgpu/issues/687 glow (and naively patched wgpu) requires premultiplied alpha, so if you don't multiply the RGB by the A right now, the semi-transparent color would be wrong (too bright). winit with_transparent doesn't seem necessary.
2020-05-29Re-export `Antialiasing` in `iced_wgpu`Libravatar Héctor Ramón Jiménez1-1/+1
2020-05-28Write documentation for `iced_glow`Libravatar Héctor Ramón Jiménez1-3/+1
2020-05-19Move `Antialiasing` to `iced_graphics`Libravatar Héctor Ramón Jiménez1-24/+1
2020-03-29Improve `Antialiasing::sample_count` signatureLibravatar Héctor Ramón Jiménez1-1/+1
2020-02-24Make output format of `iced_wgpu` configurableLibravatar Héctor Ramón Jiménez1-1/+16
2020-02-18Write documentation for new `canvas` moduleLibravatar Héctor Ramón Jiménez1-12/+21
2020-02-15Implement MSAA for `triangle` pipeline in `iced_wgpu`Libravatar Héctor Ramón Jiménez1-0/+22
2020-01-09Write missing docs and reenable deny statementsLibravatar Héctor Ramón Jiménez1-0/+6
2020-01-01Allow configuration of default fontLibravatar Héctor Ramón Jiménez1-0/+4