vello/piet-gpu
Raph Levien 076e6d600d Progress on wiring up fills
Write the right_edge to the binning output.

More work on encoding the fill/stroke distinction and plumbing that
through the pipeline. This is a bit unsatisfying because of the code
duplication; having an extra fill/stroke bool might be better, but I
want to avoid making the structs bigger (this could be solved by
better packing in the struct encoding).

Fills are plumbed through to the last stage. Backdrop is WIP.
2020-05-20 11:14:19 -07:00
..
bin Fix bbox bug 2020-05-16 21:20:25 -07:00
shader Progress on wiring up fills 2020-05-20 11:14:19 -07:00
src Progress on wiring up fills 2020-05-20 11:14:19 -07:00
Cargo.toml Update to piet 0.13 2020-05-12 08:26:48 -07:00
Ghostscript_Tiger.svg Fills 2020-05-01 19:42:20 -07:00