summaryrefslogtreecommitdiffstats
path: root/glow (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix lints by `clippy`Libravatar Héctor Ramón Jiménez2022-11-031-2/+2
|
* Convert colors to linear RGB in `gradient` pipelinesLibravatar Héctor Ramón Jiménez2022-11-031-4/+6
|
* Convert colors to linear RGB before uploading in `solid` pipelinesLibravatar Héctor Ramón Jiménez2022-11-031-4/+6
|
* Run `cargo fmt`Libravatar Héctor Ramón Jiménez2022-11-033-47/+54
|
* Updated syntax for color stop iteration re: PR comments.Libravatar bungoboingo2022-10-181-2/+1
|
* Cleaned up namespaces re: PR comments.Libravatar bungoboingo2022-10-183-36/+36
|
* Fixed fragment shader compatibility issues with GLES 3.0+Libravatar bungoboingo2022-10-102-14/+14
|
* More import adjusting.Libravatar shan2022-10-071-5/+5
|
* Fixed an edge case where when gradient start/end are identical the GL ↵Libravatar shan2022-10-071-13/+19
| | | | fragment shader was not choosing the appropriate color.
* Added support for relative positioning of gradient fills. Addressed some PR ↵Libravatar shan2022-10-071-0/+3
| | | | feedback.
* Fixed some more imports/documentation.Libravatar shan2022-10-062-9/+11
|
* Fixed lint issues & cleaned up some documentation.Libravatar shan2022-10-065-7/+7
|
* Reduced memory transfer of OpenGL gradient uniform upload. Rearranged ↵Libravatar shan2022-10-054-121/+77
| | | | gradient uniforms on OpenGL side to be more performant.
* Readjusted namespaces, removed Geometry example as it's no longer relevant.Libravatar shan2022-10-051-5/+5
|
* Reworked wgpu buffers, updated glow side to have proper transform location ↵Libravatar shan2022-10-045-149/+134
| | | | storage, attempting to fix visibility modifiers, implemented some of the feedback received in initial PR.
* Fixed issue where OpenGL would not render both shaders at once under certain ↵Libravatar shan2022-09-291-30/+22
| | | | circumstances.
* Adds linear gradient support to 2D meshes in the canvas widget.Libravatar shan2022-09-298-123/+429
|
* Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2022-07-092-9/+1
| | | | ... and check those in CI as well!
* Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez2022-07-091-3/+11
| | | | ... and explicitly annotate crates as well.
* Address Clippy lintsLibravatar Poly2022-07-094-10/+9
|
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-142-6/+17
| | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Merge branch 'master' into dev/system-informationLibravatar Héctor Ramón Jiménez2022-05-044-11/+11
|\
| * Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-05-021-4/+4
| |
| * Fix typo in `README` of `iced_glow`Libravatar Héctor Ramón Jiménez2022-05-021-1/+1
| |
| * Replace `hecrj` in links with `iced-rs`Libravatar Héctor Ramón Jiménez2022-05-023-6/+6
| |
| * Point repository links to `0.4` branch in documentationLibravatar Héctor Ramón Jiménez2022-04-301-1/+1
| |
* | Add logging to window and context creationLibravatar Richard2022-05-021-1/+13
| |
* | Rename `get_information` to `fetch_information`Libravatar Richard2022-04-271-1/+1
| |
* | Move `compositor` module access from `window` to `crate`Libravatar Richard2022-04-271-3/+3
| |
* | Rename `GraphicsInformation` to `Information`Libravatar Richard2022-04-261-2/+2
| |
* | Implement `GraphicsInformation` for `iced_glow`Libravatar Richard2022-04-261-0/+9
| |
* | Add logging to window and context creationLibravatar Richard2022-04-261-0/+2
|/
* Remove redundant `widget` modules in subcratesLibravatar Héctor Ramón Jiménez2022-03-0917-232/+0
| | | | Instead, we can define the type aliases just once in the root crate!
* Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez2022-02-091-1/+1
|
* Replace Zulip links with DiscordLibravatar Héctor Ramón Jiménez2022-01-311-1/+1
|
* Use glow_glyp in opengl_integration exampleLibravatar Kai Mast2022-01-281-1/+1
|
* Experimental wgpu WebGL backend supportLibravatar Vladyslav Nikonov2022-01-281-4/+8
| | | | | | | | - Added missing `draw_cache_align_4x4` call for `brush_glyph` on wasm32 target - Added WebGL support to `integratio_wgpu` example - Fixed test.yml CI workflow - Removed spir-v shader in `integration_wgpu`; Fixed formatting - Removed redundant `BoxStream` typedef
* Add `Shader` and `Version`Libravatar Richard2022-01-196-134/+156
| | | | to simplify and constrain `program::create`
* Update documentation for built-in renderersLibravatar Richard2022-01-191-0/+51
|
* Export `glow` in `iced_glow`Libravatar Richard2022-01-191-0/+2
|
* Improve shader version selectionLibravatar Richard2022-01-1916-66/+178
|
* Log debugging infoLibravatar Richard2022-01-192-0/+9
|
* Split `quad::Pipeline` into `core` and `compatibility`Libravatar Richard2022-01-1912-220/+754
|
* Use `glutin`, `glow` and `glow_glyph` forksLibravatar Richard2022-01-191-2/+2
|
* Use commit hash in `html_logo_url`Libravatar Héctor Ramón Jiménez2021-12-091-1/+1
|
* Added icon in docsLibravatar daladim2021-12-091-0/+3
|
* Make `program` module in `iced_glow` privateLibravatar Héctor Ramón Jiménez2021-11-051-2/+2
|
* Rename `Renderer::present` to `with_primitives`Libravatar Héctor Ramón Jiménez2021-11-051-1/+1
|
* Introduce state lifetime for `style_sheet` in `Toggler`Libravatar Héctor Ramón Jiménez2021-10-311-1/+2
|
* Introduce first-class `svg` module in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-311-1/+1
|