summaryrefslogtreecommitdiffstats
path: root/glow/src/quad/compatibility.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependenciesLibravatar Héctor Ramón Jiménez2023-02-241-349/+0
|
* Fix `compatibility::quad` pipeline in `iced_glow`Libravatar Héctor Ramón Jiménez2022-11-081-1/+1
|
* non uniform border radius for quadsLibravatar Robert Krahn2022-11-031-5/+5
|
* Reduced memory transfer of OpenGL gradient uniform upload. Rearranged ↵Libravatar shan2022-10-051-4/+2
| | | | gradient uniforms on OpenGL side to be more performant.
* Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2022-07-091-8/+1
| | | | ... and check those in CI as well!
* Address Clippy lintsLibravatar Poly2022-07-091-6/+4
|
* Add `Shader` and `Version`Libravatar Richard2022-01-191-20/+14
| | | | to simplify and constrain `program::create`
* Improve shader version selectionLibravatar Richard2022-01-191-3/+22
|
* Split `quad::Pipeline` into `core` and `compatibility`Libravatar Richard2022-01-191-0/+347