Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-02-24 | Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies | 1 | -74/+0 | ||
2023-01-09 | Restructured everything to make profiling a feature of iced_winit. | 1 | -3/+3 | ||
2023-01-09 | Initial profiling support for Iced. | 1 | -0/+6 | ||
2022-01-19 | Add `Shader` and `Version` | 1 | -3/+4 | ||
to simplify and constrain `program::create` | |||||
2022-01-19 | Improve shader version selection | 1 | -6/+14 | ||
2022-01-19 | Log debugging info | 1 | -0/+2 | ||
2022-01-19 | Split `quad::Pipeline` into `core` and `compatibility` | 1 | -206/+28 | ||
2020-07-27 | Update `glow` to `0.5` in `iced_glow` | 1 | -6/+6 | ||
2020-05-22 | Use published `glow` and `glow_glyph` versions | 1 | -6/+6 | ||
2020-05-22 | Use `get_uniform_location` for wider compatibility | 1 | -6/+35 | ||
2020-05-21 | Update to latest `glow` | 1 | -14/+9 | ||
2020-05-21 | Draft `triangle` pipeline in `iced_glow` | 1 | -39/+2 | ||
2020-05-21 | Avoid relying `origin_upper_left` | 1 | -0/+11 | ||
It seems to cause considerable glitches when resizing. | |||||
2020-05-20 | Refactor `Viewport` and `Compositor` | 1 | -5/+3 | ||
2020-05-19 | Move `Layer` to `iced_graphics` | 1 | -24/+9 | ||
2020-05-19 | Draft first working version of `iced_glow` :tada: | 1 | -0/+254 | ||