summaryrefslogtreecommitdiffstats
path: root/glow/src/quad/core.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependenciesLibravatar Héctor Ramón Jiménez2023-02-241-244/+0
* non uniform border radius for quadsLibravatar Robert Krahn2022-11-031-2/+2
* Reduced memory transfer of OpenGL gradient uniform upload. Rearranged gradien...Libravatar shan2022-10-051-4/+2
* Address Clippy lintsLibravatar Poly2022-07-091-1/+1
* Add `Shader` and `Version`Libravatar Richard2022-01-191-20/+14
* Improve shader version selectionLibravatar Richard2022-01-191-3/+22
* Split `quad::Pipeline` into `core` and `compatibility`Libravatar Richard2022-01-191-0/+233