summaryrefslogtreecommitdiffstats
path: root/wgpu/src/window (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove inconsistent `wgpu` importsLibravatar Héctor Ramón Jiménez2022-11-011-2/+1
|
* Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18`Libravatar Wyatt Herkamp2022-11-011-4/+6
|
* Address Clippy lintsLibravatar Poly2022-07-091-1/+1
|
* Merge branch 'master' into themingLibravatar Héctor Ramón Jiménez2022-07-081-50/+51
|\
| * Replace name abbreviation in `iced_wgpu`Libravatar Héctor Ramón Jiménez2022-07-031-1/+1
| |
| * Simplify format selection in `iced_wgpu`Libravatar Héctor Ramón Jiménez2022-07-031-6/+1
| |
| * update `wgpu` to `0.13`Libravatar Cupnfish2022-07-021-31/+29
| |
| * Try `Limits::default` in `iced_wgpu` before `downlevel_defaults`Libravatar Héctor Ramón Jiménez2022-05-311-19/+27
| |
* | Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-5/+9
|/ | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Rename `get_information` to `fetch_information`Libravatar Richard2022-04-271-1/+1
|
* Move `compositor` module access from `window` to `crate`Libravatar Richard2022-04-271-9/+8
|
* Rename `GraphicsInformation` to `Information`Libravatar Richard2022-04-261-2/+2
|
* Enumerate adapters based on log levelLibravatar Richard2022-04-261-1/+1
|
* Implement `GraphicsInformation` for `iced_wgpu`Libravatar Richard2022-04-261-0/+11
|
* Add logging to window and context creationLibravatar Richard2022-04-261-0/+15
|
* Introduce `Error::ContextCreationFailed`Libravatar Richard2022-04-201-1/+1
|
* Use `Limits::downlevel_defaults` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2022-03-071-1/+1
|
* Use WebGL2 limits for `Compositor` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2022-01-281-1/+8
|
* Rename `Renderer::present` to `with_primitives`Libravatar Héctor Ramón Jiménez2021-11-051-2/+2
|
* Merge branch 'master' into remove-renderer-traitsLibravatar Héctor Ramón Jiménez2021-10-311-2/+3
|\
| * Update wgpu to 0.11Libravatar Poly2021-10-131-2/+3
| |
* | Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-141-14/+15
|/
* Rename `SwapChainError` to `SurfaceError` in `iced_graphics`Libravatar Héctor Ramón Jiménez2021-08-251-5/+5
|
* Rename `surf` variable to `surface`Libravatar Héctor Ramón Jiménez2021-08-251-1/+1
|
* Remove `SwapChain` associated type from `Compositor`Libravatar Héctor Ramón Jiménez2021-08-201-6/+4
|
* wgpu: Update to 0.10Libravatar Poly2021-08-191-14/+20
|
* 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.