vello/piet-gpu-types/src
Raph Levien d14895b107 Continuing work on clips
I realized there's a problem with encoding clip bboxes relative to the
current transform (see #36 for a more detailed explanation), so this is
changing it to absolute bboxes.

This more or less gets clips working. There are optimization
opportunities (all-clear and all-opaque mask tiles), and it doesn't deal
with overflow of the blend stack, but it seems to basically work.
2020-11-20 18:25:27 -08:00
..
annotated.rs Continuing work on clips 2020-11-20 18:25:27 -08:00
bins.rs Continuing work on clips 2020-11-20 18:25:27 -08:00
encoder.rs Add scene types 2020-04-16 18:19:58 -07:00
lib.rs Experiment with new sorting scheme 2020-06-03 09:29:25 -07:00
main.rs Experiment with new sorting scheme 2020-06-03 09:29:25 -07:00
pathseg.rs Start GPU-side flattening 2020-06-09 16:01:47 -07:00
ptcl.rs Continuing work on clips 2020-11-20 18:25:27 -08:00
scene.rs Continuing work on clips 2020-11-20 18:25:27 -08:00
state.rs Experiment with new sorting scheme 2020-06-03 09:29:25 -07:00
test.rs Add f16 support. 2020-04-21 15:03:06 -07:00
tile.rs Make fills work 2020-06-05 22:40:44 -07:00
tilegroup.rs Implement stroked polylines 2020-04-28 18:45:59 -07:00