index
:
delta/cairo.git
1.0
1.10
1.12
1.14
1.16
1.2
1.4
1.6
1.8
baserock/genivi/1.12.10
baserock/genivi/1.12.10-gallium
baserock/genivi/baseline
baserock/genivi/weston
carlosgc/polygon-intersect-crash
color-emoji
master
gitlab.freedesktop.org: cairo/cairo.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-path-stroke.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
stroke: Convert rectilinear paths to boxes.
Chris Wilson
2010-01-22
1
-35
/
+135
*
Constify stroke style and matrices.
Chris Wilson
2010-01-22
1
-30
/
+30
*
Move _cairo_error() to a standalone header
Chris Wilson
2010-01-22
1
-0
/
+1
*
[stroker] Fix off-by-one memory allocation in _tessellate_fan().
M Joonas Pihlaja
2010-01-01
1
-1
/
+1
*
Improve stroking of densely dashed styles
Andrea Canciani
2009-11-11
1
-6
/
+18
*
[tessellate] Rectangular special case
Chris Wilson
2009-08-29
1
-1
/
+2
*
[stroke] Only mark traps as having intersection if non-empty.
Chris Wilson
2009-08-29
1
-3
/
+2
*
[slope] Inline _cairo_slope_init()
Chris Wilson
2009-08-29
1
-0
/
+2
*
[clip] Use geometric clipping for unaligned clips
Chris Wilson
2009-08-29
1
-10
/
+12
*
[tessellator] Special case rectilinear tessellation
Chris Wilson
2009-08-29
1
-0
/
+1
*
Eliminate self-intersecting strokes.
Chris Wilson
2009-08-29
1
-400
/
+625
*
Remove clip handling from generic surface layer.
Chris Wilson
2009-07-23
1
-4
/
+4
*
[path] Define _BSD_SOURCE to enable hypot()
Chris Wilson
2009-05-08
1
-0
/
+1
*
[memfault] Manually inject faults when using stack allocations
Chris Wilson
2009-04-23
1
-0
/
+2
*
[stroker] Rectilinear dashing.
Chris Wilson
2009-01-29
1
-86
/
+406
*
[path] Mark points as const during _cairo_path_fixed_interpret()
Chris Wilson
2008-12-12
1
-72
/
+36
*
[spline] Propagate errors during add point.
Chris Wilson
2008-12-12
1
-8
/
+6
*
Mark allocation failures as unlikely.
Chris Wilson
2008-11-29
1
-2
/
+2
*
Mark if(status) as being unlikely.
Chris Wilson
2008-11-29
1
-28
/
+28
*
[spline] Eliminate intermediate allocations during spline decomposition.
Chris Wilson
2008-11-16
1
-48
/
+53
*
[stroke] Ensure we record the first face for a dashed path.
Chris Wilson
2008-10-26
1
-0
/
+1
*
[stroke] _cairo_stroker_line_to_dashed() whitespace
Chris Wilson
2008-10-26
1
-18
/
+39
*
[stroke] Simplify dash-off logic.
Chris Wilson
2008-10-06
1
-37
/
+28
*
[stroke] Cap trailing segment when skipping invisible segments.
Chris Wilson
2008-09-24
1
-0
/
+8
*
[stroke] Optimise rectilinear strokes.
Chris Wilson
2008-09-19
1
-17
/
+25
*
[trap] Fixup a double _cairo_traps_fini().
Chris Wilson
2008-09-19
1
-3
/
+2
*
[matrix] Prefer a return parameter for _compute_determinant().
Chris Wilson
2008-08-08
1
-5
/
+2
*
[cairo-path-stroke] Avoid allocation for single rectangle.
Chris Wilson
2008-06-13
1
-17
/
+24
*
Correctly pass the device-space vector through to stroker
Vladimir Vukicevic
2008-03-13
1
-14
/
+23
*
Remove _cairo_slope_[counter_]clockwise
Carl Worth
2008-02-20
1
-1
/
+1
*
[stroker] fix _compute_normalized_device_slope to return correct sign
Vladimir Vukicevic
2008-02-18
1
-4
/
+14
*
Do correct calculation of pen dimensions for stroke optimization
Vladimir Vukicevic
2008-02-06
1
-20
/
+13
*
Optimize dashed strokes, part 2
Vladimir Vukicevic
2008-02-05
1
-39
/
+83
*
Optimize stroker by hoisting some calculations out of loops
Vladimir Vukicevic
2008-02-05
1
-55
/
+87
*
[cairo-path-stroke] Use M_SQRT2 for constant value
Behdad Esfahbod
2008-01-22
1
-4
/
+4
*
Disable rectilinear stroke optimization for small miter limit values
Carl Worth
2008-01-21
1
-0
/
+6
*
[cairo-path-stroke] Convert degenerate splines into lines.
Chris Wilson
2008-01-16
1
-2
/
+2
*
Directly check the miter corner to detect wild miters.
Keith Packard
2008-01-04
1
-82
/
+57
*
Limit miters for small angles
Carl Worth
2007-10-30
1
-1
/
+75
*
Add figure illustrating derivation of miter limit
Carl Worth
2007-10-30
1
-7
/
+36
*
[cairo-path-stroke] Jump to cleanup after error.
Chris Wilson
2007-10-11
1
-1
/
+1
*
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
2007-10-04
1
-4
/
+2
*
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
2007-10-04
1
-1
/
+4
*
[malloc] Check for integer overflow when realloc'ing.
Chris Wilson
2007-10-04
1
-1
/
+2
*
[cairo-pen] Remove status from _cairo_pen_find_active_vertex_*()
Chris Wilson
2007-08-16
1
-18
/
+6
*
Add a status field to cairo_polygon_t
Carl Worth
2007-04-10
1
-1
/
+7
*
cairo-pen - cairo_pen_init() can fail propagate its error.
Chris Wilson
2007-04-09
1
-8
/
+15
*
cairo-path-stroke - add trivial missing status checks
Chris Wilson
2007-04-09
1
-8
/
+25
*
Fix leak in rectilinear stroking code
Behdad Esfahbod
2007-03-01
1
-7
/
+8
*
Clean up some inconsistent spacing in the stroking code
Jeff Smith
2007-02-19
1
-2
/
+2
[next]