summaryrefslogtreecommitdiffstats
path: root/wgpu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update wgpu 0.9Libravatar Poly2021-06-221-2/+2
|
* Implement `Toggler` widget for iced_nativeLibravatar Kaiden422021-06-032-0/+12
|
* Use `FilterMode::Nearest` in `triangle::msaa`Libravatar Héctor Ramón2021-05-211-3/+3
|
* Revert "Remove padding from triangle"Libravatar Héctor Ramón2021-05-211-0/+8
| | | | This reverts commit 2d549d806cd9ff1d7b7b237d818cd24c84957c83.
* Fix duplicating fragment positionLibravatar Dispersia2021-05-201-4/+3
|
* run formatLibravatar Dispersia2021-05-191-2/+2
|
* Remove padding from triangleLibravatar Dispersia2021-05-191-8/+0
|
* Add padding to quad to fix alignment issueLibravatar Dispersia2021-05-191-0/+5
|
* temporary upLibravatar Dispersia2021-05-191-7/+3
|
* Merge branch 'hecrj:master' into upgrade-wgpuLibravatar Aaron Housh2021-05-193-22/+25
|\
| * Merge pull request #876 from Cupnfish/masterLibravatar Héctor Ramón2021-05-171-0/+2
| |\ | | | | | | Add a primary backend that can be set
| | * update docLibravatar Downtime2021-05-141-0/+1
| | |
| | * Add a primary backend that can be setLibravatar Downtime2021-05-131-0/+1
| | | | | | | | | | | | Add a primary backend that can be set
| * | This commit optimizes the function used to converg rgba pixels into bgra pixels.Libravatar Zak2021-05-111-17/+5
| | |
| * | Provide `compatible_surface` in `iced_wgpu::Compositor`Libravatar Héctor Ramón2021-05-051-5/+18
| |/
* | Use latest `wgpu` releases instead of patched sourcesLibravatar Héctor Ramón2021-05-194-25/+31
| |
* | Fix formatting with `cargo fmt`Libravatar Héctor Ramón2021-05-191-3/+1
| |
* | Run cargo fmtLibravatar Dispersia2021-04-123-29/+31
| |
* | add temporary fix for image wgslLibravatar Dispersia2021-04-124-9/+11
| |
* | Add staging belt fixLibravatar Dispersia2021-04-122-16/+15
| |
* | Upgrade wgpuLibravatar Dispersia2021-04-1127-348/+380
|/
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2021-03-312-4/+4
|
* Introduce `internal_backend` to `iced_wgpu::Settings`Libravatar Héctor Ramón Jiménez2021-03-252-40/+42
|
* Support choosing `wgpu` backend using env varLibravatar Downtime2021-03-251-1/+40
|
* Change `Tooltip` to support `Text` only for nowLibravatar Héctor Ramón Jiménez2021-02-231-1/+1
|
* feat(native): add Tooltip widgetLibravatar Yusuf Bera Ertan2021-02-152-0/+9
|
* Add image format options to reduce code bloat, fixes #376Libravatar Greg V2021-02-136-23/+37
|
* Touch support for `PaneGrid` and `PickList` (#650)Libravatar anunge2021-02-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * touch events properly parsed and converted to logical size, button working * scrolling with a nice touch * fixed application state level touch cursor. panel_grid is touchable now. * format glicthes fixes * format glitches * tight format * fixed pane grid * fixing with upstream * Remove unused `touch` module from `iced_core` * Remove unused `crate::text` import in `iced_native` * Remove redundant match branch in `iced_winit` * Keep removed line break in `UserInterface::update` * Compute `text_size` only when bounds contains cursor in `overlay::menu` Co-authored-by: Héctor Ramón Jiménez <hector0193@gmail.com>
* Enable filtering in `wgpu::image`Libravatar Héctor Ramón Jiménez2021-02-061-2/+2
|
* List `color_blend` first in `wgpu::quad`Libravatar Héctor Ramón Jiménez2021-02-061-4/+4
|
* Remove unnecessary line break in `triangle::msaa`Libravatar Héctor Ramón Jiménez2021-02-061-1/+0
|
* Use lowercase in `wgpu` labels for consistencyLibravatar Héctor Ramón Jiménez2021-02-064-5/+5
|
* Use the latest release of `wgpu_glyph`Libravatar Héctor Ramón Jiménez2021-02-061-2/+2
|
* Change `PowerPreference` from `default()` to `LowPower`Libravatar Poly2021-02-031-1/+1
| | | There is no reason to hide the fact that this is always in `LowPower` mode
* Fix TextureViewDimension for imageLibravatar Poly2021-02-031-1/+1
| | | wgpu validation helped to find this long standing type error
* Fix ScissorRectLibravatar Poly2021-02-031-1/+2
| | | - Breaks `TODO: Address anti-aliasing adjustments properly`
* [wgpu 0.7] triangle/msaa disable filteringLibravatar Poly2021-02-031-2/+2
|
* [wgpu 0.7] Update image.rsLibravatar Poly2021-02-031-55/+66
|
* [wgpu 0.7] Update triangle.rsLibravatar Poly2021-02-031-52/+60
|
* [wgpu 0.7] Update triangle/msaa.rsLibravatar Poly2021-02-031-34/+40
| | | | | | | Notes: - not sure if `filtering sampler` should be used, so for now it is not used .
* [wgpu 0.7] Update window/compositor.rsLibravatar Poly2021-02-031-3/+6
| | | | Notes: - wgpu::PowerPreference::Default no longer exists, maybe there is another way to replicate its behavior.
* [wgpu 0.7] Update quad.rsLibravatar Poly2021-02-031-54/+62
|
* The beginning of wgpu 0.7 updateLibravatar Poly2021-02-031-2/+2
| | | hecrj/iced#723
* Implement split highlight on hover for `PaneGrid`Libravatar Héctor Ramón Jiménez2021-01-011-3/+3
|
* Update resvg to `0.12`Libravatar Greg V2020-12-192-19/+35
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2020-11-262-3/+3
|
* Update `README`s of subcratesLibravatar Héctor Ramón Jiménez2020-11-261-1/+3
|
* Update graphs in crate docsLibravatar Héctor Ramón Jiménez2020-11-261-1/+1
|
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-269-34/+7
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Merge pull request #629 from hecrj/wgpu-present-mode-settingLibravatar Héctor Ramón2020-11-242-1/+7
|\ | | | | Add `present_mode` field to `iced_wgpu::Settings`