summaryrefslogtreecommitdiffstats
path: root/glow/src/quad (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependenciesLibravatar Héctor Ramón Jiménez2023-02-242-593/+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-032-7/+7
|
* Reduced memory transfer of OpenGL gradient uniform upload. Rearranged ↵Libravatar shan2022-10-052-8/+4
| | | | 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-092-7/+5
|
* Add `Shader` and `Version`Libravatar Richard2022-01-192-40/+28
| | | | to simplify and constrain `program::create`
* Improve shader version selectionLibravatar Richard2022-01-192-6/+44
|
* Split `quad::Pipeline` into `core` and `compatibility`Libravatar Richard2022-01-192-0/+580