vello/piet-gpu-types/src
Raph Levien cb06b1bc3d Implement stroked polylines
This version seems to work but the allocation of segments has low
utilization. Probably best to allocate in chunks rather than try to
make them contiguous.
2020-04-28 18:45:59 -07:00
..
encoder.rs Add scene types 2020-04-16 18:19:58 -07:00
lib.rs Implement stroked polylines 2020-04-28 18:45:59 -07:00
main.rs Implement stroked polylines 2020-04-28 18:45:59 -07:00
ptcl.rs Implement stroked polylines 2020-04-28 18:45:59 -07:00
scene.rs First draft of kernel 1 2020-04-20 18:07:18 -07:00
segment.rs Implement stroked polylines 2020-04-28 18:45:59 -07:00
test.rs Add f16 support. 2020-04-21 15:03:06 -07:00
tilegroup.rs Implement stroked polylines 2020-04-28 18:45:59 -07:00