Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove inconsistent `wgpu` imports | 2022-11-01 | 1 | -2/+1 | |
| | |||||
* | Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18` | 2022-11-01 | 1 | -4/+6 | |
| | |||||
* | Address Clippy lints | 2022-07-09 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'master' into theming | 2022-07-08 | 1 | -50/+51 | |
|\ | |||||
| * | Replace name abbreviation in `iced_wgpu` | 2022-07-03 | 1 | -1/+1 | |
| | | |||||
| * | Simplify format selection in `iced_wgpu` | 2022-07-03 | 1 | -6/+1 | |
| | | |||||
| * | update `wgpu` to `0.13` | 2022-07-02 | 1 | -31/+29 | |
| | | |||||
| * | Try `Limits::default` in `iced_wgpu` before `downlevel_defaults` | 2022-05-31 | 1 | -19/+27 | |
| | | |||||
* | | Draft first-class `Theme` support | 2022-05-14 | 1 | -5/+9 | |
|/ | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Rename `get_information` to `fetch_information` | 2022-04-27 | 1 | -1/+1 | |
| | |||||
* | Move `compositor` module access from `window` to `crate` | 2022-04-27 | 1 | -9/+8 | |
| | |||||
* | Rename `GraphicsInformation` to `Information` | 2022-04-26 | 1 | -2/+2 | |
| | |||||
* | Enumerate adapters based on log level | 2022-04-26 | 1 | -1/+1 | |
| | |||||
* | Implement `GraphicsInformation` for `iced_wgpu` | 2022-04-26 | 1 | -0/+11 | |
| | |||||
* | Add logging to window and context creation | 2022-04-26 | 1 | -0/+15 | |
| | |||||
* | Introduce `Error::ContextCreationFailed` | 2022-04-20 | 1 | -1/+1 | |
| | |||||
* | Use `Limits::downlevel_defaults` in `iced_wgpu` | 2022-03-07 | 1 | -1/+1 | |
| | |||||
* | Use WebGL2 limits for `Compositor` in `iced_wgpu` | 2022-01-28 | 1 | -1/+8 | |
| | |||||
* | Rename `Renderer::present` to `with_primitives` | 2021-11-05 | 1 | -2/+2 | |
| | |||||
* | Merge branch 'master' into remove-renderer-traits | 2021-10-31 | 1 | -2/+3 | |
|\ | |||||
| * | Update wgpu to 0.11 | 2021-10-13 | 1 | -2/+3 | |
| | | |||||
* | | Remove trait-specific draw logic in `iced_native` | 2021-10-14 | 1 | -14/+15 | |
|/ | |||||
* | Rename `SwapChainError` to `SurfaceError` in `iced_graphics` | 2021-08-25 | 1 | -5/+5 | |
| | |||||
* | Rename `surf` variable to `surface` | 2021-08-25 | 1 | -1/+1 | |
| | |||||
* | Remove `SwapChain` associated type from `Compositor` | 2021-08-20 | 1 | -6/+4 | |
| | |||||
* | wgpu: Update to 0.10 | 2021-08-19 | 1 | -14/+20 | |
| | |||||
* | Merge pull request #667 from BillyDM/wgpu_outdatedframe | 2021-08-05 | 1 | -53/+73 | |
|\ | | | | | Don't panic when wgpu swapchain frame is outdated | ||||
| * | redo custom error for Compositor::draw() | 2021-07-22 | 1 | -28/+36 | |
| | | |||||
| * | add custom error for Compositor::draw() | 2021-07-22 | 1 | -9/+10 | |
| | | |||||
| * | only panic when wgpu gives OutOfMemory swapchain error | 2021-07-22 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'master' of https://github.com/hecrj/iced into wgpu_outdatedframe | 2021-07-22 | 1 | -40/+54 | |
| |\ | |||||
| * | | remove unused code | 2020-12-16 | 1 | -4/+2 | |
| | | | |||||
| * | | don't panic when swapchain frame is outdated | 2020-12-16 | 1 | -54/+69 | |
| | | | |||||
* | | | wgpu: Use the preferred texture format of the surface | 2021-08-03 | 1 | -2/+8 | |
| |/ |/| | | | | | Signed-off-by: Tilmann Meyer <me@atiltedtree.dev> | ||||
* | | Merge branch 'hecrj:master' into upgrade-wgpu | 2021-05-19 | 1 | -5/+18 | |
|\ \ | |||||
| * | | Provide `compatible_surface` in `iced_wgpu::Compositor` | 2021-05-05 | 1 | -5/+18 | |
| | | | |||||
* | | | Upgrade wgpu | 2021-04-11 | 1 | -2/+2 | |
|/ / | |||||
* | | Introduce `internal_backend` to `iced_wgpu::Settings` | 2021-03-25 | 1 | -40/+1 | |
| | | |||||
* | | Support choosing `wgpu` backend using env var | 2021-03-25 | 1 | -1/+40 | |
| | | |||||
* | | Use lowercase in `wgpu` labels for consistency | 2021-02-06 | 1 | -2/+2 | |
| | | |||||
* | | Change `PowerPreference` from `default()` to `LowPower` | 2021-02-03 | 1 | -1/+1 | |
| | | | | | | There is no reason to hide the fact that this is always in `LowPower` mode | ||||
* | | [wgpu 0.7] Update window/compositor.rs | 2021-02-03 | 1 | -3/+6 | |
|/ | | | | Notes: - wgpu::PowerPreference::Default no longer exists, maybe there is another way to replicate its behavior. | ||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -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` | 2020-11-23 | 1 | -1/+1 | |
| | |||||
* | Make `Application` and `Sandbox` return a `Result` | 2020-09-08 | 1 | -5/+4 | |
| | |||||
* | Add labels to `iced_wgpu` internals | 2020-08-31 | 1 | -1/+3 | |
| | |||||
* | Update `wgpu` to `0.6` in `iced_wgpu` | 2020-08-27 | 1 | -29/+62 | |
| | |||||
* | Add `background_color` to `Application` and `Sandbox` | 2020-06-12 | 1 | -6/+11 | |
| | |||||
* | Revert "Merge pull request #371 from myfreeweb/window-alpha" | 2020-06-01 | 1 | -4/+4 | |
| | | | | | This reverts commit 2ba9598f8022bf3035d97f1a30e53117b9619235, reversing changes made to d34f8e06c8e3cdbba07a272f346163cfc0f920a6. | ||||
* | Add custom window background/clear color (incl. transparency) support, fixes ↵ | 2020-06-01 | 1 | -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. |