vello/shader/shared
Chad Brokaw 58c7df469d Address review feedback
* replace one_minus_focal_x and abs_one_minus_focal_x variables with the actual expressions
* replace division by r^2-1 with multiplication by reciprocal
* revert chain selects to branchy code for clarity. Branching is dynamically uniform so shouldn't affect performance
* add suggested comment describing gradient kind/flags constants
2023-05-15 14:45:38 -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 Address review feedback 2023-05-15 14:45:38 -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