summaryrefslogtreecommitdiff
path: root/src/cairo-tor-scan-converter.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-27tor: Fudge the edge if it is projected into a pointChris Wilson1-1/+1
2012-06-08tor-scan-converter: Always recompute min-height following edge removalChris Wilson1-3/+6
2012-02-09tor: Restore the 256x15 sampling of the original rasteriserChris Wilson1-4/+2
2011-10-14image: Maximum number of spans can be upto (extents->width + 1)Taekyun Kim1-2/+5
2011-09-12Introduce a new compositor architectureChris Wilson1-138/+127
2011-08-12tor: Micro-optimiseChris Wilson1-361/+222
2011-08-10tor: update is-vertical along with min-heightChris Wilson1-14/+10
2011-08-09tor: Fix mergesort to handle doubly-linked listChris Wilson1-22/+14
2011-08-09tor: trivial changesChris Wilson1-9/+5
2011-08-08tor: Inline reverse insertion sort for handling intersectionsChris Wilson1-140/+146
2011-08-07tor: First perform a bucket sort before merge the sub-edges from the polygonChris Wilson1-37/+29
2011-08-01tor: Suppress repeated spansChris Wilson1-2/+2
2011-08-01tor: Sort the initial edge correctlyChris Wilson1-12/+28
2011-07-31tor: Use longjmp to throw an error whilst generating spansChris Wilson1-340/+165
2011-07-19clip: Rudimentary support for clip-polygon extractionChris Wilson1-7/+15
2010-08-10Replace insertion sort with mergesort in the scan converterAndrea Canciani1-35/+103
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