Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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... | ||||
* | Fix offsets of buffer uploads in triangle pipeline | 2020-02-28 | 1 | -10/+13 | |
| | |||||
* | Make output format of `iced_wgpu` configurable | 2020-02-24 | 1 | -2/+3 | |
| | |||||
* | Write documentation for new `canvas` module | 2020-02-18 | 1 | -1/+1 | |
| | |||||
* | Implement MSAA for `triangle` pipeline in `iced_wgpu` | 2020-02-15 | 1 | -44/+189 | |
| | |||||
* | Upgrade `Mesh2D` indices from `u16` to `u32` | 2020-02-14 | 1 | -2/+2 | |
| | |||||
* | Finish `clock` example | 2020-02-12 | 1 | -41/+39 | |
| | |||||
* | Rename `Geometry2D` to `Mesh2D` and move it to `iced_wgpu` | 2020-01-02 | 1 | -0/+239 | |