summaryrefslogtreecommitdiff
path: root/src/cairo-bentley-ottmann.c
Commit message (Expand)AuthorAgeFilesLines
...
* [doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod2008-01-281-4/+4
* Replace various uses of CAIRO_STACK_BUF_SIZE with a single macro.Chris Wilson2007-12-171-1/+1
* [cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson2007-10-041-14/+8
* [malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson2007-10-041-3/+9
* [fix] Avoid int overflow when allocating large buffersVladimir Vukicevic2007-06-291-3/+3
* [cairo-bentley-ottmann] Malloc reduction.Chris Wilson2007-06-061-13/+15
* Fix cairo_traps_t status handlingCarl Worth2007-04-101-7/+7
* Rename ARRAY_LEN to ARRAY_LENGTHCarl Worth2007-04-101-1/+1
* Add a couple of missing newline charactersCarl Worth2007-04-101-0/+1
* cairo-bentley-ottmann - check init for failureChris Wilson2007-04-091-2/+4
* cairo-bentley-ottmann/skip-list - catch and propagate out-of-memory errorsChris Wilson2007-04-091-15/+35
* Define and use ARRAY_LENBehdad Esfahbod2007-03-201-1/+1
* [skiplist] Prefix symbols with _cairoBehdad Esfahbod2007-03-131-12/+12
* [cosmetic] Remove static var from testing code in bentley-ottman.Behdad Esfahbod2007-03-071-1/+1
* tessellator bug fix: linking fails on x86_64 due to superfluous inline attrib...M Joonas Pihlaja2006-12-071-1/+1
* tessellator: input validation and guard bit removalM Joonas Pihlaja2006-12-061-69/+78
* tessellator: offset working coordinates to be nonnegativeM Joonas Pihlaja2006-12-061-30/+96
* tessellator bug fix: in-fill-empty-trapezoidM Joonas Pihlaja2006-12-061-10/+21
* tessellator bug fix: fill-missed-stopM Joonas Pihlaja2006-12-061-1/+7
* tessellator bug fix: fill-degenerate-sort-orderM Joonas Pihlaja2006-12-061-11/+29
* perf: new-tessellator: Deferred trapezoid generation (first try)Joonas Pihlaja2006-11-221-23/+140
* Sort pointers instead of cairo_bo_events in the tessellator.Joonas Pihlaja2006-11-221-20/+34
* Make the skip list check for uniqueness.Joonas Pihlaja2006-11-221-8/+4
* Tweak comparators.Joonas Pihlaja2006-11-221-31/+29
* Separate start and stop events from intersections (first try.)Joonas Pihlaja2006-11-221-22/+97
* Avoid a skip-list lookup when deactivating edges.Joonas Pihlaja2006-11-221-1/+1
* Special cases for skip list comparators.Joonas Pihlaja2006-11-221-2/+37
* Replace the 128 bit divrem by a 96/64 bit one.Joonas Pihlaja2006-11-221-36/+42
* Make event_queue_insert ignore duplicate intersection events (not duplicate s...Carl Worth2006-11-221-3/+8
* Adapt new tessellator to match the interface provided by the old tessellator.Carl Worth2006-11-221-49/+114
* Add new tessellator (unused) in cairo-bentley-ottmann.cCarl Worth2006-11-221-0/+1383