summaryrefslogtreecommitdiffstats
path: root/glow/src/triangle (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Group all solid triangles independently of colorLibravatar Héctor Ramón Jiménez2022-11-162-253/+0
|
* Fixed issues with old GL versions ( <= 2.1 )Libravatar bungoboingo2022-11-081-2/+2
|
* Convert colors to linear RGB in `gradient` pipelinesLibravatar Héctor Ramón Jiménez2022-11-031-4/+6
|
* Convert colors to linear RGB before uploading in `solid` pipelinesLibravatar Héctor Ramón Jiménez2022-11-031-4/+6
|
* Run `cargo fmt`Libravatar Héctor Ramón Jiménez2022-11-031-45/+48
|
* Updated syntax for color stop iteration re: PR comments.Libravatar bungoboingo2022-10-181-2/+1
|
* Cleaned up namespaces re: PR comments.Libravatar bungoboingo2022-10-182-24/+26
|
* Fixed some more imports/documentation.Libravatar shan2022-10-062-9/+11
|
* Fixed lint issues & cleaned up some documentation.Libravatar shan2022-10-061-3/+3
|
* Reduced memory transfer of OpenGL gradient uniform upload. Rearranged ↵Libravatar shan2022-10-051-92/+51
| | | | gradient uniforms on OpenGL side to be more performant.
* Reworked wgpu buffers, updated glow side to have proper transform location ↵Libravatar shan2022-10-042-63/+91
| | | | 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-292-0/+256