Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-02-24 | Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies | 10 | -404/+0 | ||
2022-11-16 | Group all solid triangles independently of color | 3 | -2/+13 | ||
2022-11-08 | Fixed issues with old GL versions ( <= 2.1 ) | 2 | -17/+17 | ||
2022-11-08 | Fix casing of `border_radius` in `quad` shader | 1 | -4/+4 | ||
2022-11-08 | Fix `compatibility::quad` pipeline in `iced_glow` | 2 | -9/+27 | ||
2022-11-05 | Add image/svg support to `iced_glow` | 2 | -0/+31 | ||
https://github.com/iced-rs/iced/issues/674 Uses image/svg support in `iced_graphics`. The is not currently using an atlas, and uses one texture/draw per image. This should be good enough for now; supporting images with glow is better than not supporting them, and if something else performs better, that improvement can be made without any change to the public API. | |||||
2022-11-03 | non uniform border radius for quads | 2 | -9/+27 | ||
2022-10-10 | Fixed fragment shader compatibility issues with GLES 3.0+ | 1 | -13/+13 | ||
2022-10-07 | Fixed an edge case where when gradient start/end are identical the GL ↵ | 1 | -13/+19 | ||
fragment shader was not choosing the appropriate color. | |||||
2022-10-07 | Added support for relative positioning of gradient fills. Addressed some PR ↵ | 1 | -0/+3 | ||
feedback. | |||||
2022-10-06 | Fixed lint issues & cleaned up some documentation. | 3 | -3/+3 | ||
2022-10-05 | Reduced memory transfer of OpenGL gradient uniform upload. Rearranged ↵ | 1 | -21/+22 | ||
gradient uniforms on OpenGL side to be more performant. | |||||
2022-10-04 | Reworked wgpu buffers, updated glow side to have proper transform location ↵ | 1 | -0/+1 | ||
storage, attempting to fix visibility modifiers, implemented some of the feedback received in initial PR. | |||||
2022-09-29 | Adds linear gradient support to 2D meshes in the canvas widget. | 3 | -6/+52 | ||
2022-09-29 | Adds linear gradient support to 2D meshes in the canvas widget. | 3 | -6/+52 | ||
2022-01-19 | Improve shader version selection | 9 | -48/+44 | ||
2022-01-19 | Split `quad::Pipeline` into `core` and `compatibility` | 8 | -12/+141 | ||
2020-11-23 | Limit border radius to max dimension in `quad` pipeline | 1 | -0/+5 | ||
2020-05-28 | Revert "Target physical pixels for quads in `iced_glow`" | 1 | -6/+6 | ||
This reverts commit 45511a442f707e93fe6e568d2100756b63af7362. | |||||
2020-05-27 | Target physical pixels for quads in `iced_glow` | 1 | -6/+6 | ||
2020-05-22 | Use `get_uniform_location` for wider compatibility | 4 | -39/+40 | ||
2020-05-21 | Draft `triangle` pipeline in `iced_glow` | 2 | -0/+21 | ||
2020-05-21 | Avoid relying `origin_upper_left` | 1 | -3/+6 | ||
It seems to cause considerable glitches when resizing. | |||||
2020-05-19 | Draft first working version of `iced_glow` :tada: | 2 | -0/+114 | ||