summaryrefslogtreecommitdiffstats
path: root/glow/src/shader/common (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed an edge case where when gradient start/end are identical the GL ↵Libravatar shan2022-10-071-13/+19
| | | | fragment shader was not choosing the appropriate color.
* Added support for relative positioning of gradient fills. Addressed some PR ↵Libravatar shan2022-10-071-0/+3
| | | | feedback.
* Fixed lint issues & cleaned up some documentation.Libravatar shan2022-10-063-3/+3
|
* Reduced memory transfer of OpenGL gradient uniform upload. Rearranged ↵Libravatar shan2022-10-051-21/+22
| | | | gradient uniforms on OpenGL side to be more performant.
* Reworked wgpu buffers, updated glow side to have proper transform location ↵Libravatar shan2022-10-041-0/+1
| | | | storage, attempting to fix visibility modifiers, implemented some of the feedback received in initial PR.
* Adds linear gradient support to 2D meshes in the canvas widget.Libravatar shan2022-09-293-6/+52
|
* Improve shader version selectionLibravatar Richard2022-01-192-0/+29