summaryrefslogtreecommitdiffstats
path: root/graphics/src/window/compositor.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-141-11/+7
* Rename `SwapChainError` to `SurfaceError` in `iced_graphics`Libravatar Héctor Ramón Jiménez2021-08-251-2/+2
* Remove `SwapChain` associated type from `Compositor`Libravatar Héctor Ramón Jiménez2021-08-201-7/+3
* wgpu: Update to 0.10Libravatar Poly2021-08-191-0/+1
* Use `thiserror` to derive `Error` for `SwapChainError`Libravatar Héctor Ramón Jiménez2021-08-041-14/+12
* small documentation errorLibravatar Billy Messenger2021-07-221-1/+0
* redo custom error for Compositor::draw()Libravatar Billy Messenger2021-07-221-21/+20
* add custom error for Compositor::draw()Libravatar Billy Messenger2021-07-221-4/+29
* Merge branch 'master' of https://github.com/hecrj/iced into wgpu_outdatedframeLibravatar Billy Messenger2021-07-221-1/+4
|\
| * Provide `compatible_surface` in `iced_wgpu::Compositor`Libravatar Héctor Ramón2021-05-051-1/+4
* | don't panic when swapchain frame is outdatedLibravatar Billy Messenger2020-12-161-1/+4
|/
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-8/+5
* Make `Application` and `Sandbox` return a `Result`Libravatar Héctor Ramón Jiménez2020-09-081-2/+2
* Add `background_color` to `Application` and `Sandbox`Libravatar Héctor Ramón Jiménez2020-06-121-1/+2
* Introduce `Program` and `State`Libravatar Héctor Ramón Jiménez2020-05-211-7/+2
* Refactor `Viewport` and `Compositor`Libravatar Héctor Ramón Jiménez2020-05-201-0/+60