| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix some comments | 2024-03-09 | 1 | -1/+1 | |
| | | | | | Signed-off-by: rustrover <seekseat@126.com> | ||||
| * | feat: quad shadows | 2024-01-20 | 1 | -11/+7 | |
| | | |||||
| * | Use Oklab color interpolation only with `color::GAMMA_CORRECTION` | 2023-09-07 | 1 | -322/+0 | |
| | | |||||
| * | Compute gradients in Oklab color space | 2023-09-07 | 1 | -5/+21 | |
| | | |||||
| * | Remove unnecessary `interpolate(flat)` in `quad.wgsl` | 2023-09-07 | 1 | -1/+1 | |
| | | |||||
| * | use @interpolate(flat) attribute as per the WebGPU spec: | 2023-09-03 | 1 | -11/+11 | |
| | | | | | | | User-defined vertex outputs and fragment inputs of scalar or vector integer type must always be specified as @interpolate(flat) https://www.w3.org/TR/WGSL/#interpolation | ||||
| * | Switched to packing using f16s to maintain acceptable precision. | 2023-06-07 | 1 | -35/+42 | |
| | | |||||
| * | Updated color packing into u32 to consider incorrect web-colors. | 2023-06-06 | 1 | -18/+11 | |
| | | |||||
| * | Optimized gradient data packing. | 2023-06-06 | 1 | -46/+41 | |
| | | |||||
| * | Added support for gradients as background variants + other optimizations. | 2023-05-11 | 1 | -44/+254 | |
| | | |||||
| * | non uniform border radius for quads | 2022-11-03 | 1 | -14/+33 | |
| | | |||||
| * | better `wgsl` code style | 2022-07-02 | 1 | -3/+3 | |
| | | |||||
| * | update `wgpu` to `0.13` | 2022-07-02 | 1 | -22/+22 | |
| | | |||||
| * | Update wgpu 0.12 | 2022-01-04 | 1 | -1/+0 | |
| | | |||||
| * | Fix duplicating fragment position | 2021-05-20 | 1 | -4/+3 | |
| | | |||||
| * | Run cargo fmt | 2021-04-12 | 1 | -1/+1 | |
| | | |||||
| * | add temporary fix for image wgsl | 2021-04-12 | 1 | -1/+1 | |
| | | |||||
| * | Upgrade wgpu | 2021-04-11 | 1 | -0/+123 | |
