Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run `cargo fmt` | 2025-02-21 | 1 | -1/+1 | |
| | |||||
* | Update `wgpu` to `23.0` | 2024-11-05 | 1 | -2/+2 | |
| | |||||
* | Update `wgpu` to `22.0` | 2024-09-20 | 1 | -0/+1 | |
| | |||||
* | Update `wgpu` to `0.20.1` | 2024-09-20 | 1 | -0/+4 | |
| | |||||
* | Remove `tracing` leftovers in `iced_wgpu` | 2024-06-11 | 1 | -3/+0 | |
| | |||||
* | Use a `StagingBelt` in `iced_wgpu` for regular buffer uploads | 2024-03-29 | 1 | -2/+3 | |
| | |||||
* | Disable `quad::gradient` pipeline on Wasm | 2024-02-20 | 1 | -91/+115 | |
| | |||||
* | Move vertex position function into own file | 2023-09-24 | 1 | -0/+4 | |
| | |||||
* | Reassign attribute locations | 2023-09-24 | 1 | -10/+10 | |
| | |||||
* | Compute vertex position in shader | 2023-09-24 | 1 | -36/+28 | |
| | |||||
* | Use Oklab color interpolation only with `color::GAMMA_CORRECTION` | 2023-09-07 | 1 | -1/+18 | |
| | |||||
* | Switched to packing using f16s to maintain acceptable precision. | 2023-06-07 | 1 | -11/+13 | |
| | |||||
* | Optimized gradient data packing. | 2023-06-06 | 1 | -23/+11 | |
| | |||||
* | Move `Pipeline` struct definition after `Layer` in `quad` submodules | 2023-05-30 | 1 | -5/+5 | |
| | |||||
* | Improve boundaries between `quad` submodules in `iced_wgpu` | 2023-05-30 | 1 | -18/+32 | |
| | |||||
* | Move `layer::quad` types to `quad` module | 2023-05-30 | 1 | -0/+161 | |
Not sure why I split these to begin with! |