summaryrefslogtreecommitdiffstats
path: root/graphics/src/compositor.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-19Chore: Apply clippy docs keyword quotingLibravatar Yuri Astrakhan1-1/+1
2023-09-09Fix outstanding broken intradoc linksLibravatar Héctor Ramón Jiménez1-1/+1
2023-06-06Added offscreen rendering support for wgpu & tiny-skia exposed with the windo...Libravatar Bingus1-1/+14
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-2/+4
2023-02-25Implement basic presentation with `softbuffer` for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez1-0/+2
2022-11-10Fix broken documentation linksLibravatar Héctor Ramón Jiménez1-1/+1
2022-11-01Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18`Libravatar Wyatt Herkamp1-3/+3
2022-04-30Fix broken intra-doc links in documentationLibravatar Héctor Ramón Jiménez1-2/+3
2022-04-27Rename `get_information` to `fetch_information`Libravatar Richard1-1/+1
2022-04-27Move `compositor` module access from `window` to `crate`Libravatar Richard1-0/+2
2022-04-26Rename `GraphicsInformation` to `Information`Libravatar Richard1-2/+2
2022-04-26Implement `GraphicsInformation` for `iced_wgpu`Libravatar Richard1-0/+3
2022-04-26Introduce `GraphicsInformation` to `iced_graphics`Libravatar Richard1-0/+9
2021-10-14Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez1-11/+7
2021-08-25Rename `SwapChainError` to `SurfaceError` in `iced_graphics`Libravatar Héctor Ramón Jiménez1-2/+2
2021-08-20Remove `SwapChain` associated type from `Compositor`Libravatar Héctor Ramón Jiménez1-7/+3
2021-08-19wgpu: Update to 0.10Libravatar Poly1-0/+1
2021-08-04Use `thiserror` to derive `Error` for `SwapChainError`Libravatar Héctor Ramón Jiménez1-14/+12
2021-07-22small documentation errorLibravatar Billy Messenger1-1/+0
2021-07-22redo custom error for Compositor::draw()Libravatar Billy Messenger1-21/+20
2021-07-22add custom error for Compositor::draw()Libravatar Billy Messenger1-4/+29
2021-05-05Provide `compatible_surface` in `iced_wgpu::Compositor`Libravatar Héctor Ramón1-1/+4
2020-12-16don't panic when swapchain frame is outdatedLibravatar Billy Messenger1-1/+4
2020-11-26Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez1-8/+5
2020-09-08Make `Application` and `Sandbox` return a `Result`Libravatar Héctor Ramón Jiménez1-2/+2
2020-06-12Add `background_color` to `Application` and `Sandbox`Libravatar Héctor Ramón Jiménez1-1/+2
2020-05-21Introduce `Program` and `State`Libravatar Héctor Ramón Jiménez1-7/+2
2020-05-20Refactor `Viewport` and `Compositor`Libravatar Héctor Ramón Jiménez1-5/+5
2020-05-19Rename `window::Backend` to `Compositor`Libravatar Héctor Ramón Jiménez1-2/+2
2020-05-19Draft first working version of `iced_glow` :tada:Libravatar Héctor Ramón Jiménez1-3/+8
2020-04-30Rename `MouseCursor` to `mouse::Interaction`Libravatar Héctor Ramón Jiménez1-2/+2
2020-02-09Remove `scale_factor` from `iced_wgpu::Viewport`Libravatar Héctor Ramón Jiménez1-1/+1
2020-02-09Allow `iced_wgpu` to render to any `TextureView`Libravatar Héctor Ramón Jiménez1-0/+55