A SuperTile made of four 8×8 tiles. The 16 pixel area processed by the SIMD is shown in green

Scientists call this a “triangle”. A, B, and C are vertices, p0 is a point outside the triangle, and p1 is inside

Walk ordering is left to right, saving the first valid up and down positions for each row
shareable corners as the current tile moves around, not including the up→down transition
a few example cases for testing a triangle against a tile edge
an example of how the intersection test can report false positives
Showing the tile coverage for a test triangle. Each colour is a 16×16 SuperTile (quad of 8×8 tiles) assigned to a group of four rasterizers