index
:
~bryce/cairo
cairogles-integration
doc-fixes
downscaling
master
path-effects
perspective-transform
test-outputs-to-output-dir
vbo-size
Bryce's cairo repository for development branches
bryce
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-bentley-ottmann.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-26
bentley-ottmann: Cache the most recent edge colinearity check
Chris Wilson
1
-10
/
+32
2012-08-26
bentley-ottmann: hint that the insertion compare function should be inlined
Chris Wilson
1
-1
/
+1
2012-08-26
bentley-ottmann: Only check the pairs of coordinates for equality.
Chris Wilson
1
-1
/
+1
2012-08-26
bentley-ottman: Remove a few superfluous status propagation
Chris Wilson
1
-48
/
+21
2012-04-19
Split cairo-combsort-privates into struct+inlines
Chris Wilson
1
-1
/
+1
2012-03-10
bentley-ottmann: Sort by edge bounding boxes before computing x
Chris Wilson
1
-0
/
+7
2012-03-10
bentley-ottmann: Skip intersection check if the bounds do not overlap
Chris Wilson
1
-0
/
+4
2011-09-16
bentley-ottman: End subsumed colinear traps
Chris Wilson
1
-3
/
+9
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-100
/
+54
2011-08-12
bo: Perform an initial bucket sort on the start events
Chris Wilson
1
-9
/
+38
2010-12-10
polygon: Merge _cairo_polygon_init and _cairo_polygon_limit
Andrea Canciani
1
-2
/
+1
2010-06-09
bo: And disable DEBUG_TRAPS again.
Chris Wilson
1
-1
/
+1
2010-06-09
bo: Fix debugging for changes in internal traps api.
Chris Wilson
1
-3
/
+7
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+1
2009-08-29
[clip] Use geometric clipping for unaligned clips
Chris Wilson
1
-262
/
+23
2009-08-29
[tessellator] Special case rectilinear tessellation
Chris Wilson
1
-2
/
+3
2009-08-29
[tessellator] Use a priority queue for the events
Chris Wilson
1
-135
/
+206
2009-08-29
[tessellator] Remove the skiplist for the active edges
Chris Wilson
1
-155
/
+75
2009-08-29
Eliminate self-intersecting strokes.
Chris Wilson
1
-761
/
+1072
2009-04-23
[memfault] Manually inject faults when using stack allocations
Chris Wilson
1
-0
/
+3
2009-01-30
Trivial warning fixes.
Chris Wilson
1
-1
/
+0
2009-01-29
[skiplist] Provide an initial stack allocated pool.
Chris Wilson
1
-23
/
+10
2009-01-29
[tessellator] Memleak on error path.
Chris Wilson
1
-1
/
+3
2008-12-12
[skiplist] Allocate elements in chunks.
Chris Wilson
1
-9
/
+24
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-7
/
+6
2008-11-16
[spline] Eliminate intermediate allocations during spline decomposition.
Chris Wilson
1
-9
/
+3
2008-10-31
[tessellator] Refine the math comments.
Chris Wilson
1
-15
/
+15
2008-10-30
[tessellator] Simplify dequeuing by using a sentinel value.
Chris Wilson
1
-16
/
+16
2008-10-30
[tessellator] Use a combsort for sorting the event queue.
Chris Wilson
1
-19
/
+20
2008-10-30
[tessellator] Perform cheap checks before computing intersect.
Chris Wilson
1
-1
/
+50
2008-10-30
[tessellator] Simplify special cases of edges to compare.
Chris Wilson
1
-26
/
+106
2008-10-07
[tessellator] Compile fixes for !HAVE_INT64_T
Chris Wilson
1
-7
/
+7
2008-10-07
[tessellator] Avoid implicit promotion to 64bit integer.
Chris Wilson
1
-10
/
+10
2008-10-06
[tessellator] Replace open-coding _cairo_int64_cmp().
Chris Wilson
1
-16
/
+3
2008-10-04
[tessellator] Special case edge comparisons when on either end-point.
Chris Wilson
1
-4
/
+96
2008-10-04
[tessellator] Direct comparison of result in edges_compare_x_for_y.
Chris Wilson
1
-42
/
+55
2008-10-04
[tessellator] Use abort() instead of exit().
Chris Wilson
1
-3
/
+3
2008-09-24
[tessellator] Skip edges that lie outside the region of interest.
M Joonas Pihlaja
1
-0
/
+11
2008-09-19
[tessellator] Only run sweep-line validator when debugging
Chris Wilson
1
-7
/
+10
2008-09-19
Simple perf tweaks for a rectilinear Hilbert curve.
Chris Wilson
1
-18
/
+18
2008-06-18
Bug: tessellator sometimes ends rightmost trapezoids too late
M Joonas Pihlaja
1
-1
/
+1
2008-06-01
Fix newly detected doc syntax issues
Behdad Esfahbod
1
-1
/
+1
2008-05-09
Add more consts to function signatures and remove stale prototype
Behdad Esfahbod
1
-3
/
+3
2008-01-28
[doc] Replace 'NOTE' by 'Note' and add it to test
Behdad Esfahbod
1
-1
/
+1
2008-01-28
[doc] Make sure all type names in docs are prefixed by #
Behdad Esfahbod
1
-2
/
+2
2008-01-28
[doc] Make sure all macro names in docs are prefixed by %
Behdad Esfahbod
1
-4
/
+4
2007-12-17
Replace various uses of CAIRO_STACK_BUF_SIZE with a single macro.
Chris Wilson
1
-1
/
+1
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-14
/
+8
2007-10-04
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
1
-3
/
+9
[next]