summaryrefslogtreecommitdiffstats
path: root/glow/src/shader/common/gradient.frag (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependenciesLibravatar Héctor Ramón Jiménez2023-02-241-59/+0
* Fixed issues with old GL versions ( <= 2.1 )Libravatar bungoboingo2022-11-081-16/+16
* Fixed fragment shader compatibility issues with GLES 3.0+Libravatar bungoboingo2022-10-101-13/+13
* Fixed an edge case where when gradient start/end are identical the GL fragmen...Libravatar shan2022-10-071-13/+19
* Added support for relative positioning of gradient fills. Addressed some PR f...Libravatar shan2022-10-071-0/+3
* Fixed lint issues & cleaned up some documentation.Libravatar shan2022-10-061-1/+1
* Reduced memory transfer of OpenGL gradient uniform upload. Rearranged gradien...Libravatar shan2022-10-051-21/+22
* Reworked wgpu buffers, updated glow side to have proper transform location st...Libravatar shan2022-10-041-0/+1
* Adds linear gradient support to 2D meshes in the canvas widget.Libravatar shan2022-09-291-0/+48