summaryrefslogtreecommitdiff
path: root/src/cairo-tor-scan-converter.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-22spans: Pass multiple rows of identical spans to the renders.Chris Wilson1-130/+213
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+1
2009-08-29traps-as-spansChris Wilson1-1/+26
2009-08-29Eliminate self-intersecting strokes.Chris Wilson1-253/+239
2009-07-31[spans] Emit empty rows.Chris Wilson1-0/+15
2009-07-10[spans] Round rasterization grid pixel areas instead of truncating.M Joonas Pihlaja1-2/+2
2009-02-10Remove zero size data array for compilation with MSVCJeff Muizelaar1-3/+2
2008-12-12[spans] Add a sentinel cell to the cell_list.Chris Wilson1-10/+15
2008-12-12[spans] Embed 64 edge buckets into polygonChris Wilson1-28/+12
2008-12-12[spans] Pool capacity is in bytes not elements.Chris Wilson1-1/+1
2008-12-06[cairo-spans] New cairo_tor_scan_converter_t.M Joonas Pihlaja1-0/+2003