vello/shader/shared
Chad Brokaw b103a55301 rework radial gradients
Adds full support for COLRv1 radial gradients based on the two-point conical gradient algorithm at https://skia.org/docs/dev/design/conical/

Also adds robustness to degenerate cases in gradient encoding:
* Radial where p0 == p1 && r0 == r1 renders transparent solid
* Empty stops render as transparent solid
* Single stop renders as solid
2023-05-09 18:09:53 -04:00
..
bbox.wgsl Move the vello crate to the workspace root (#231) 2023-01-05 09:32:09 +00:00
blend.wgsl Extend modes for gradients 2023-04-30 23:11:57 -04:00
bump.wgsl Address review feedback 2023-01-18 21:36:32 -05:00
clip.wgsl Move the vello crate to the workspace root (#231) 2023-01-05 09:32:09 +00:00
config.wgsl rework radial gradients 2023-05-09 18:09:53 -04:00
cubic.wgsl Move the vello crate to the workspace root (#231) 2023-01-05 09:32:09 +00:00
drawtag.wgsl rework radial gradients 2023-05-09 18:09:53 -04:00
pathtag.wgsl Move the vello crate to the workspace root (#231) 2023-01-05 09:32:09 +00:00
ptcl.wgsl rework radial gradients 2023-05-09 18:09:53 -04:00
segment.wgsl Move the vello crate to the workspace root (#231) 2023-01-05 09:32:09 +00:00
tile.wgsl Move the vello crate to the workspace root (#231) 2023-01-05 09:32:09 +00:00
transform.wgsl rework radial gradients 2023-05-09 18:09:53 -04:00