summaryrefslogtreecommitdiffstats
path: root/glow (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-10Added conditional configurations for WASM target for gradients & storage buff...Libravatar bungoboingo1-0/+1
2022-11-10Bump versions :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2022-11-10Fix outdated links in documentationLibravatar Héctor Ramón Jiménez1-1/+1
2022-11-10Bump versions :tada:Libravatar Héctor Ramón Jiménez1-3/+3
2022-11-08Fixed issues with old GL versions ( <= 2.1 )Libravatar bungoboingo3-19/+19
2022-11-05Remove redundant features in `iced_wgpu` and `iced_glow`Libravatar Héctor Ramón Jiménez4-18/+17
2022-11-05Remove unnecessary dependencies from `iced_glow`Libravatar Héctor Ramón Jiménez1-2/+0
2022-11-05Use RGBA texture for `image` and `svg` pipelinesLibravatar Héctor Ramón Jiménez1-1/+1
2022-11-05Refactor some `image` traits a bitLibravatar Héctor Ramón Jiménez3-42/+56
2022-11-05Add image/svg support to `iced_glow`Libravatar Ian Douglas Scott7-6/+366
2022-11-03Refactor imports of `triangle` modules in `iced_glow` and `iced_wgpu`Libravatar Héctor Ramón Jiménez1-4/+3
2022-11-03Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke`Libravatar Héctor Ramón Jiménez1-3/+6
2022-11-03Fix lints by `clippy`Libravatar Héctor Ramón Jiménez1-2/+2
2022-11-03Convert colors to linear RGB in `gradient` pipelinesLibravatar Héctor Ramón Jiménez1-4/+6
2022-11-03Convert colors to linear RGB before uploading in `solid` pipelinesLibravatar Héctor Ramón Jiménez1-4/+6
2022-11-03Run `cargo fmt`Libravatar Héctor Ramón Jiménez3-47/+54
2022-10-18Updated syntax for color stop iteration re: PR comments.Libravatar bungoboingo1-2/+1
2022-10-18Cleaned up namespaces re: PR comments.Libravatar bungoboingo3-36/+36
2022-10-10Fixed fragment shader compatibility issues with GLES 3.0+Libravatar bungoboingo2-14/+14
2022-10-07More import adjusting.Libravatar shan1-5/+5
2022-10-07Fixed an edge case where when gradient start/end are identical the GL fragmen...Libravatar shan1-13/+19
2022-10-07Added support for relative positioning of gradient fills. Addressed some PR f...Libravatar shan1-0/+3
2022-10-06Fixed some more imports/documentation.Libravatar shan2-9/+11
2022-10-06Fixed lint issues & cleaned up some documentation.Libravatar shan5-7/+7
2022-10-05Reduced memory transfer of OpenGL gradient uniform upload. Rearranged gradien...Libravatar shan4-121/+77
2022-10-05Readjusted namespaces, removed Geometry example as it's no longer relevant.Libravatar shan1-5/+5
2022-10-04Reworked wgpu buffers, updated glow side to have proper transform location st...Libravatar shan5-149/+134
2022-09-29Fixed issue where OpenGL would not render both shaders at once under certain ...Libravatar shan1-30/+22
2022-09-29Adds linear gradient support to 2D meshes in the canvas widget.Libravatar shan8-123/+429
2022-09-29Adds linear gradient support to 2D meshes in the canvas widget.Libravatar shan8-123/+429
2022-07-09Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2-9/+1
2022-07-09Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez1-3/+11
2022-07-09Address Clippy lintsLibravatar Poly4-10/+9
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2-6/+17
2022-05-02Bump versions :tada:Libravatar Héctor Ramón Jiménez1-4/+4
2022-05-02Add logging to window and context creationLibravatar Richard1-1/+13
2022-05-02Fix typo in `README` of `iced_glow`Libravatar Héctor Ramón Jiménez1-1/+1
2022-05-02Replace `hecrj` in links with `iced-rs`Libravatar Héctor Ramón Jiménez3-6/+6
2022-04-30Point repository links to `0.4` branch in documentationLibravatar Héctor Ramón Jiménez1-1/+1
2022-04-27Rename `get_information` to `fetch_information`Libravatar Richard1-1/+1
2022-04-27Move `compositor` module access from `window` to `crate`Libravatar Richard1-3/+3
2022-04-26Rename `GraphicsInformation` to `Information`Libravatar Richard1-2/+2
2022-04-26Implement `GraphicsInformation` for `iced_glow`Libravatar Richard1-0/+9
2022-04-26Add logging to window and context creationLibravatar Richard1-0/+2
2022-03-09Remove redundant `widget` modules in subcratesLibravatar Héctor Ramón Jiménez17-232/+0
2022-02-09Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2022-01-31Replace Zulip links with DiscordLibravatar Héctor Ramón Jiménez1-1/+1
2022-01-28Use glow_glyp in opengl_integration exampleLibravatar Kai Mast1-1/+1
2022-01-28Experimental wgpu WebGL backend supportLibravatar Vladyslav Nikonov1-4/+8
2022-01-19Add `Shader` and `Version`Libravatar Richard6-134/+156