summaryrefslogtreecommitdiff
path: root/src/cairo-tor-scan-converter.c
Commit message (Expand)AuthorAgeFilesLines
* Use HTTPS URLs for freedesktop.org domainsPaul Menzel2018-10-161-1/+1
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-2/+2
* tor-scan-converter: Correctly align 64bit typesUli Schlachter2014-12-061-15/+23
* tor-scan-converter: can't do_fullrow when intersection in row + 0.5subrowMassimo Valentini2014-10-191-2/+2
* tor: Enable analytic processing for starting rowsChris Wilson2014-10-021-10/+17
* tor: Perform analytic coverage over the pixel not sample pointsChris Wilson2014-10-021-18/+49
* tor: Review full-row walkerChris Wilson2014-09-301-52/+34
* tor: Fix loss of precision from projection onto sample gridChris Wilson2014-09-301-157/+174
* tor: Fudge the edge if it is projected into a pointChris Wilson2012-09-271-1/+1
* tor-scan-converter: Always recompute min-height following edge removalChris Wilson2012-06-081-3/+6
* tor: Restore the 256x15 sampling of the original rasteriserChris Wilson2012-02-091-4/+2
* image: Maximum number of spans can be upto (extents->width + 1)Taekyun Kim2011-10-141-2/+5
* Introduce a new compositor architectureChris Wilson2011-09-121-138/+127
* tor: Micro-optimiseChris Wilson2011-08-121-361/+222
* tor: update is-vertical along with min-heightChris Wilson2011-08-101-14/+10
* tor: Fix mergesort to handle doubly-linked listChris Wilson2011-08-091-22/+14
* tor: trivial changesChris Wilson2011-08-091-9/+5
* tor: Inline reverse insertion sort for handling intersectionsChris Wilson2011-08-081-140/+146
* tor: First perform a bucket sort before merge the sub-edges from the polygonChris Wilson2011-08-071-37/+29
* tor: Suppress repeated spansChris Wilson2011-08-011-2/+2
* tor: Sort the initial edge correctlyChris Wilson2011-08-011-12/+28
* tor: Use longjmp to throw an error whilst generating spansChris Wilson2011-07-311-340/+165
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-7/+15
* Replace insertion sort with mergesort in the scan converterAndrea Canciani2010-08-101-35/+103
* spans: Pass multiple rows of identical spans to the renders.Chris Wilson2010-01-221-130/+213
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* traps-as-spansChris Wilson2009-08-291-1/+26
* Eliminate self-intersecting strokes.Chris Wilson2009-08-291-253/+239
* [spans] Emit empty rows.Chris Wilson2009-07-311-0/+15
* [spans] Round rasterization grid pixel areas instead of truncating.M Joonas Pihlaja2009-07-101-2/+2
* Remove zero size data array for compilation with MSVCJeff Muizelaar2009-02-101-3/+2
* [spans] Add a sentinel cell to the cell_list.Chris Wilson2008-12-121-10/+15
* [spans] Embed 64 edge buckets into polygonChris Wilson2008-12-121-28/+12
* [spans] Pool capacity is in bytes not elements.Chris Wilson2008-12-121-1/+1
* [cairo-spans] New cairo_tor_scan_converter_t.M Joonas Pihlaja2008-12-061-0/+2003