summaryrefslogtreecommitdiffstats
path: root/glow/src/quad (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-02-24Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependenciesLibravatar Héctor Ramón Jiménez2-593/+0
2022-11-08Fix `compatibility::quad` pipeline in `iced_glow`Libravatar Héctor Ramón Jiménez1-1/+1
2022-11-03non uniform border radius for quadsLibravatar Robert Krahn2-7/+7
2022-10-05Reduced memory transfer of OpenGL gradient uniform upload. Rearranged ↵Libravatar shan2-8/+4
gradient uniforms on OpenGL side to be more performant.
2022-07-09Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez1-8/+1
... and check those in CI as well!
2022-07-09Address Clippy lintsLibravatar Poly2-7/+5
2022-01-19Add `Shader` and `Version`Libravatar Richard2-40/+28
to simplify and constrain `program::create`
2022-01-19Improve shader version selectionLibravatar Richard2-6/+44
2022-01-19Split `quad::Pipeline` into `core` and `compatibility`Libravatar Richard2-0/+580