Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix unused import in `triangle` pipeline for Wasm target in `iced_wgpu` | 2023-04-27 | 1 | -1/+4 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -1/+1 | |
|\ | |||||
| * | remove colons from shader labels | 2023-04-01 | 1 | -2/+2 | |
| | | |||||
* | | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -13/+11 | |
| | | |||||
* | | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 1 | -33/+38 | |
| | | |||||
* | | Provide some margin to static buffers when growing | 2023-02-24 | 1 | -1/+1 | |
| | | |||||
* | | Reuse a `RenderPass` as much as possible in `iced_wgpu` | 2023-02-24 | 1 | -7/+3 | |
| | | |||||
* | | Refactor `triangle::Pipeline` into `prepare` and `render` architecture | 2023-02-24 | 1 | -223/+338 | |
|/ | | | | And get rid of the staging belt! :tada: | ||||
* | Restructured everything to make profiling a feature of iced_winit. | 2023-01-09 | 1 | -4/+4 | |
| | |||||
* | Initial profiling support for Iced. | 2023-01-09 | 1 | -0/+8 | |
| | |||||
* | Fix `clippy` lints for Rust 1.66 | 2022-12-20 | 1 | -5/+1 | |
| | |||||
* | Group all solid triangles independently of color | 2022-11-16 | 1 | -126/+545 | |
| | |||||
* | Added conditional configurations for WASM target for gradients & storage ↵ | 2022-11-10 | 1 | -2/+13 | |
| | | | | buffers, since storage buffers are not supported on wgpu WASM target at the moment. | ||||
* | Refactor imports of `triangle` modules in `iced_glow` and `iced_wgpu` | 2022-11-03 | 1 | -10/+10 | |
| | |||||
* | Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke` | 2022-11-03 | 1 | -5/+6 | |
| | |||||
* | Reuse last set pipeline for `triangle` in `iced_wgpu` | 2022-11-03 | 1 | -0/+19 | |
| | |||||
* | Rename `buffers` module to `buffer` | 2022-11-03 | 1 | -5/+5 | |
| | | | | ... and move `StaticBuffer` to nested `static` module | ||||
* | Fix lints by `clippy` | 2022-11-03 | 1 | -2/+2 | |
| | |||||
* | Run `cargo fmt` | 2022-11-03 | 1 | -5/+3 | |
| | |||||
* | Cleaned up namespaces re: PR comments. | 2022-10-18 | 1 | -18/+16 | |
| | |||||
* | More import adjusting. | 2022-10-07 | 1 | -3/+2 | |
| | |||||
* | Fixed some more imports/documentation. | 2022-10-06 | 1 | -2/+2 | |
| | |||||
* | Fixed some imports/documentation. | 2022-10-06 | 1 | -5/+1 | |
| | |||||
* | Fixed lint issues & cleaned up some documentation. | 2022-10-06 | 1 | -1/+1 | |
| | |||||
* | Fixed issue with offsets not being reset properly leading to borked draws. | 2022-10-05 | 1 | -0/+3 | |
| | |||||
* | Readjusted namespaces, removed Geometry example as it's no longer relevant. | 2022-10-05 | 1 | -10/+12 | |
| | |||||
* | Reworked wgpu buffers, updated glow side to have proper transform location ↵ | 2022-10-04 | 1 | -160/+143 | |
| | | | | storage, attempting to fix visibility modifiers, implemented some of the feedback received in initial PR. | ||||
* | Removed some leftover debugging. | 2022-09-29 | 1 | -4/+0 | |
| | |||||
* | Adds linear gradient support to 2D meshes in the canvas widget. | 2022-09-29 | 1 | -363/+242 | |
| | |||||
* | Address Clippy lints | 2022-07-09 | 1 | -40/+34 | |
| | |||||
* | update `wgpu` to `0.13` | 2022-07-02 | 1 | -8/+10 | |
| | |||||
* | Fix alpha blending for wgpu msaa | 2022-06-16 | 1 | -12/+1 | |
| | |||||
* | Update wgpu 0.12 | 2022-01-04 | 1 | -0/+1 | |
| | |||||
* | wgpu: Update to 0.10 | 2021-08-19 | 1 | -9/+8 | |
| | |||||
* | Use vertex_attr_array macro | 2021-06-22 | 1 | -12/+4 | |
| | |||||
* | Revert "Remove padding from triangle" | 2021-05-21 | 1 | -0/+8 | |
| | | | | This reverts commit 2d549d806cd9ff1d7b7b237d818cd24c84957c83. | ||||
* | Remove padding from triangle | 2021-05-19 | 1 | -8/+0 | |
| | |||||
* | Use latest `wgpu` releases instead of patched sources | 2021-05-19 | 1 | -16/+20 | |
| | |||||
* | Fix formatting with `cargo fmt` | 2021-05-19 | 1 | -3/+1 | |
| | |||||
* | Add staging belt fix | 2021-04-12 | 1 | -14/+13 | |
| | |||||
* | Upgrade wgpu | 2021-04-11 | 1 | -27/+30 | |
| | |||||
* | Use lowercase in `wgpu` labels for consistency | 2021-02-06 | 1 | -1/+1 | |
| | |||||
* | [wgpu 0.7] Update triangle.rs | 2021-02-03 | 1 | -52/+60 | |
| | |||||
* | Update `bytemuck` and remove `zerocopy` in `iced_wgpu` | 2020-11-10 | 1 | -3/+4 | |
| | |||||
* | Add labels to `iced_wgpu` internals | 2020-08-31 | 1 | -7/+13 | |
| | |||||
* | Turn consecutive if-lets into pattern match | 2020-08-27 | 1 | -6/+6 | |
| | |||||
* | Set offsets in buffer slices in `iced_wgpu` | 2020-08-27 | 1 | -9/+12 | |
| | |||||
* | Use `wgpu::Color::TRANSPARENT` | 2020-08-27 | 1 | -6/+1 | |
| | |||||
* | Remove redundant depth bias fields in `iced_wgpu` | 2020-08-27 | 1 | -3/+0 | |
| | |||||
* | Update `wgpu` to `0.6` in `iced_wgpu` | 2020-08-27 | 1 | -90/+111 | |
| |