summaryrefslogtreecommitdiffstats
path: root/glow/src/shader (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-24Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependenciesLibravatar Héctor Ramón Jiménez10-404/+0
2022-11-16Group all solid triangles independently of colorLibravatar Héctor Ramón Jiménez3-2/+13
2022-11-08Fixed issues with old GL versions ( <= 2.1 )Libravatar bungoboingo2-17/+17
2022-11-08Fix casing of `border_radius` in `quad` shaderLibravatar Héctor Ramón Jiménez1-4/+4
2022-11-08Fix `compatibility::quad` pipeline in `iced_glow`Libravatar Héctor Ramón Jiménez2-9/+27
2022-11-05Add image/svg support to `iced_glow`Libravatar Ian Douglas Scott2-0/+31
2022-11-03non uniform border radius for quadsLibravatar Robert Krahn2-9/+27
2022-10-10Fixed fragment shader compatibility issues with GLES 3.0+Libravatar bungoboingo1-13/+13
2022-10-07Fixed an edge case where when gradient start/end are identical the GL fragmen...Libravatar shan1-13/+19
2022-10-07Added support for relative positioning of gradient fills. Addressed some PR f...Libravatar shan1-0/+3
2022-10-06Fixed lint issues & cleaned up some documentation.Libravatar shan3-3/+3
2022-10-05Reduced memory transfer of OpenGL gradient uniform upload. Rearranged gradien...Libravatar shan1-21/+22
2022-10-04Reworked wgpu buffers, updated glow side to have proper transform location st...Libravatar shan1-0/+1
2022-09-29Adds linear gradient support to 2D meshes in the canvas widget.Libravatar shan3-6/+52
2022-09-29Adds linear gradient support to 2D meshes in the canvas widget.Libravatar shan3-6/+52
2022-01-19Improve shader version selectionLibravatar Richard9-48/+44
2022-01-19Split `quad::Pipeline` into `core` and `compatibility`Libravatar Richard8-12/+141
2020-11-23Limit border radius to max dimension in `quad` pipelineLibravatar Héctor Ramón Jiménez1-0/+5
2020-05-28Revert "Target physical pixels for quads in `iced_glow`"Libravatar Héctor Ramón Jiménez1-6/+6
2020-05-27Target physical pixels for quads in `iced_glow`Libravatar Héctor Ramón Jiménez1-6/+6
2020-05-22Use `get_uniform_location` for wider compatibilityLibravatar Héctor Ramón Jiménez4-39/+40
2020-05-21Draft `triangle` pipeline in `iced_glow`Libravatar Héctor Ramón Jiménez2-0/+21
2020-05-21Avoid relying `origin_upper_left`Libravatar Héctor Ramón Jiménez1-3/+6
2020-05-19Draft first working version of `iced_glow` :tada:Libravatar Héctor Ramón Jiménez2-0/+114