summaryrefslogtreecommitdiffstats
path: root/wgpu/src/window (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #667 from BillyDM/wgpu_outdatedframeLibravatar Héctor Ramón2021-08-051-53/+73
|\ | | | | Don't panic when wgpu swapchain frame is outdated
| * redo custom error for Compositor::draw()Libravatar Billy Messenger2021-07-221-28/+36
| |
| * add custom error for Compositor::draw()Libravatar Billy Messenger2021-07-221-9/+10
| |
| * only panic when wgpu gives OutOfMemory swapchain errorLibravatar Billy Messenger2021-07-221-1/+1
| |
| * Merge branch 'master' of https://github.com/hecrj/iced into wgpu_outdatedframeLibravatar Billy Messenger2021-07-221-40/+54
| |\
| * | remove unused codeLibravatar Billy Messenger2020-12-161-4/+2
| | |
| * | don't panic when swapchain frame is outdatedLibravatar Billy Messenger2020-12-161-54/+69
| | |
* | | wgpu: Use the preferred texture format of the surfaceLibravatar Tilmann Meyer2021-08-031-2/+8
| |/ |/| | | | | Signed-off-by: Tilmann Meyer <me@atiltedtree.dev>
* | Merge branch 'hecrj:master' into upgrade-wgpuLibravatar Aaron Housh2021-05-191-5/+18
|\ \
| * | Provide `compatible_surface` in `iced_wgpu::Compositor`Libravatar Héctor Ramón2021-05-051-5/+18
| | |
* | | Upgrade wgpuLibravatar Dispersia2021-04-111-2/+2
|/ /
* | Introduce `internal_backend` to `iced_wgpu::Settings`Libravatar Héctor Ramón Jiménez2021-03-251-40/+1
| |
* | Support choosing `wgpu` backend using env varLibravatar Downtime2021-03-251-1/+40
| |
* | Use lowercase in `wgpu` labels for consistencyLibravatar 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
* | [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.
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-6/+0
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Add `present_mode` field to `iced_wgpu::Settings`Libravatar Héctor Ramón Jiménez2020-11-231-1/+1
|
* Make `Application` and `Sandbox` return a `Result`Libravatar Héctor Ramón Jiménez2020-09-081-5/+4
|
* Add labels to `iced_wgpu` internalsLibravatar Héctor Ramón Jiménez2020-08-311-1/+3
|
* Update `wgpu` to `0.6` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-08-271-29/+62
|
* Add `background_color` to `Application` and `Sandbox`Libravatar Héctor Ramón Jiménez2020-06-121-6/+11
|
* Revert "Merge pull request #371 from myfreeweb/window-alpha"Libravatar Héctor Ramón Jiménez2020-06-011-4/+4
| | | | | This reverts commit 2ba9598f8022bf3035d97f1a30e53117b9619235, reversing changes made to d34f8e06c8e3cdbba07a272f346163cfc0f920a6.
* Add custom window background/clear color (incl. transparency) support, fixes ↵Libravatar Greg V2020-06-011-4/+4
| | | | | | | | | | | | #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.
* Implement async `Compositor::request` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-05-291-37/+53
|
* Introduce `Program` and `State`Libravatar Héctor Ramón Jiménez2020-05-211-10/+12
|
* Refactor `Viewport` and `Compositor`Libravatar Héctor Ramón Jiménez2020-05-202-74/+20
|
* Rename `window::Backend` to `Compositor`Libravatar Héctor Ramón Jiménez2020-05-191-4/+4
|
* Draft new `iced_graphics` crate :tada:Libravatar Héctor Ramón Jiménez2020-05-191-2/+2
|
* Draft first working version of `iced_glow` :tada:Libravatar Héctor Ramón Jiménez2020-05-191-11/+10
|
* set wgpu's adapter backend to PRIMARYLibravatar DominosCinnaStix2020-05-141-1/+1
|
* Rename `MouseCursor` to `mouse::Interaction`Libravatar Héctor Ramón Jiménez2020-04-301-4/+4
|
* Update `wgpu` to `0.5` in `iced_wgpu` :tada:Libravatar Héctor Ramón Jiménez2020-04-072-22/+33
|
* Make output format of `iced_wgpu` configurableLibravatar Héctor Ramón Jiménez2020-02-242-4/+14
|
* Request high performance adapter if MSAA is enabledLibravatar Héctor Ramón Jiménez2020-02-151-1/+5
|
* Improve consistency in new `iced_wgpu` typesLibravatar Héctor Ramón Jiménez2020-02-091-1/+1
|
* Write documentation for new `iced_wgpu` typesLibravatar Héctor Ramón Jiménez2020-02-092-0/+8
|
* Remove `scale_factor` from `iced_wgpu::Viewport`Libravatar Héctor Ramón Jiménez2020-02-092-4/+4
|
* Allow `iced_wgpu` to render to any `TextureView`Libravatar Héctor Ramón Jiménez2020-02-092-0/+148