Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | ||
| | ||||||
* | Recreate uniforms `BindGroup` when necessary | 2020-06-23 | 1 | -8/+30 | ||
| | ||||||
* | Rename `Rectangle::round` to `snap` | 2020-06-02 | 1 | -2/+1 | ||
| | | | | | Also use `ceil` instead of `round`. Closes #380. | |||||
* | Use built-in OpenGL multisampling in `iced_glow` | 2020-05-22 | 1 | -3/+3 | ||
| | ||||||
* | Refactor `Viewport` and `Compositor` | 2020-05-20 | 1 | -1/+2 | ||
| | ||||||
* | Move `Layer` to `iced_graphics` | 2020-05-19 | 1 | -17/+21 | ||
| | ||||||
* | Draft new `iced_graphics` crate :tada: | 2020-05-19 | 1 | -24/+3 | ||
| | ||||||
* | Reduce initial size of `triangle` buffers in `iced_wgpu` | 2020-04-29 | 1 | -2/+2 | ||
| | ||||||
* | Clip and cull `Mesh2D` primitives in `iced_wgpu` | 2020-04-28 | 1 | -10/+13 | ||
| | ||||||
* | Introduce `Translate` primitive in `iced_wgpu` | 2020-04-28 | 1 | -2/+2 | ||
| | ||||||
* | Fix alignment in triangle pipeline of `iced_wgpu` | 2020-04-19 | 1 | -5/+19 | ||
| | ||||||
* | Change `&mut wgpu::Device` to `&wgpu::Device` (#299) | 2020-04-16 | 1 | -2/+2 | ||
| | | | | | * Change `&mut wgpu::Device` to `&wgpu::Device` * Fix for rustfmt | |||||
* | Update `wgpu` to `0.5` in `iced_wgpu` :tada: | 2020-04-07 | 1 | -43/+47 | ||
| | ||||||
* | Take a slice in `iced_wgpu::triangle` pipeline | 2020-03-07 | 1 | -1/+1 | ||
| | ||||||
* | Implement `Primitive::Cached` | 2020-03-07 | 1 | -2/+2 | ||
| | ||||||
* | Fix offsets in `triangle` pipeline | 2020-03-04 | 1 | -3/+8 | ||
| | | | | Yes, again... |