Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |