summaryrefslogtreecommitdiff
path: root/src/cairo-bentley-ottmann-rectangular.c
Commit message (Expand)AuthorAgeFilesLines
* fix warning: variable X might be clobbered by 'longjmp'Uli Schlachter2018-01-131-1/+3
* Revert "fix warning: variable X might be clobbered by 'longjmp'"Uli Schlachter2017-12-231-7/+1
* fix warning: variable X might be clobbered by 'longjmp'Adrian Johnson2017-10-211-1/+7
* If more than one trap is passed in then it's guaranteed that theBryce Harrington2015-07-271-3/+12
* bo-rectangular: Emit subsummed boxes for overlapping edgesChris Wilson2012-05-231-2/+3
* Split cairo-combsort-privates into struct+inlinesChris Wilson2012-04-191-1/+1
* Introduce a new compositor architectureChris Wilson2011-09-121-21/+34
* bo-rect: One step too far...Chris Wilson2011-08-131-1/+1
* bo-rect: Micro-optimisationChris Wilson2011-08-131-29/+22
* bo-rectangular: Correctly mergesort a doubly-linked listChris Wilson2011-08-091-12/+13
* bo-rectangular: Use a mergesort to speedup insertionChris Wilson2011-08-091-66/+178
* bo-rectangular: Eliminate allocation for pqueueChris Wilson2011-08-091-178/+82
* bo-rectangular: handle in==out specifically for the single box caseChris Wilson2011-08-051-10/+20
* bo-rectangular: perform an incremental sortChris Wilson2011-08-011-4/+50
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-2/+2
* tessellator: Fixed to produce an output box with x1 <= x2 for single box inputTaekyun Kim2011-06-151-0/+7
* tessellator: Fix boxes tessellator to handle num_boxes <= 1 correctlyTaekyun Kim2011-06-081-1/+11
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* bo-rectangular: Fix incorrect skipping of colinear eo edgesChris Wilson2010-02-231-17/+14
* bo-rectangular: Prevent invalid read during edge traversalChris Wilson2010-02-221-0/+6
* boxes: Enable tessellationChris Wilson2010-01-221-367/+411
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* [tessellator] Invalid conversion of list head to edge.Chris Wilson2009-09-291-0/+2
* [bo-rectangular] Fix assertion failure with insertion sortChris Wilson2009-08-301-0/+4
* [tessellate] Rectangular special caseChris Wilson2009-08-291-0/+733