Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better `wgsl` code style | 2022-07-02 | 4 | -11/+11 | |
* | fix `wgsl` syntax | 2022-07-02 | 1 | -1/+1 | |
* | update `wgpu` to `0.13` | 2022-07-02 | 4 | -54/+54 | |
* | Update wgpu 0.12 | 2022-01-04 | 3 | -3/+0 | |
* | Fix blit shader constants visivility #1083 | 2021-10-15 | 1 | -2/+2 | |
* | 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 | 3 | -8/+10 | |
* | Upgrade wgpu | 2021-04-11 | 20 | -213/+242 | |
* | Limit border radius to max dimension in `quad` pipeline | 2020-11-23 | 2 | -0/+5 | |
* | Revert "Merge pull request #362 from hecrj/fix/target-quad-pixels" | 2020-05-28 | 2 | -6/+6 | |
* | Align quads to physical pixels in `iced_wgpu` | 2020-05-27 | 2 | -6/+6 | |
* | Fix MSAA blit vertex shader to match `wgpu` NDC | 2020-04-16 | 2 | -3/+3 | |
* | Avoid creating a vertex buffer every frame | 2020-02-26 | 2 | -1/+1 | |
* | Recompile `image` shaders | 2020-02-25 | 2 | -0/+0 | |
* | Updated shaders and removed debug_stub_derive dependency | 2020-02-25 | 2 | -0/+0 | |
* | Use array of atlases instead of one growing indefinitely. | 2020-02-25 | 2 | -5/+6 | |
* | Implemented a texture atlas for images and svgs. | 2020-02-25 | 2 | -0/+26 | |
* | Implement MSAA for `triangle` pipeline in `iced_wgpu` | 2020-02-15 | 5 | -24/+38 | |
* | Finish `clock` example | 2020-02-12 | 2 | -3/+1 | |
* | Merge branch 'master' into feature/custom-styling | 2020-01-05 | 4 | -0/+25 | |
|\ | |||||
| * | Rename `Geometry2D` to `Mesh2D` and move it to `iced_wgpu` | 2020-01-02 | 4 | -0/+0 | |
| * | Implement Geometry2D primitive | 2020-01-01 | 4 | -0/+25 | |
* | | Add `border_width` and `border_color` to `Quad` | 2019-12-31 | 4 | -13/+52 | |
|/ | |||||
* | Apply HiDPI scaling to quads | 2019-11-05 | 4 | -14/+14 | |
* | Implement basic image rendering in `iced_wgpu` | 2019-10-23 | 4 | -0/+36 | |
* | Draw sliders in `iced_wgpu` | 2019-10-12 | 2 | -1/+1 | |
* | Make `iced_core::Button` customizable | 2019-10-08 | 4 | -4/+11 | |
* | Draft fragment shader for rounded rectangles | 2019-10-08 | 4 | -1/+30 | |
* | Render colored quads | 2019-10-07 | 4 | -0/+33 |