index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-path-stroke.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-29
[tessellate] Rectangular special case
Chris Wilson
1
-1
/
+2
2009-08-29
[stroke] Only mark traps as having intersection if non-empty.
Chris Wilson
1
-3
/
+2
2009-08-29
[slope] Inline _cairo_slope_init()
Chris Wilson
1
-0
/
+2
2009-08-29
[clip] Use geometric clipping for unaligned clips
Chris Wilson
1
-10
/
+12
2009-08-29
[tessellator] Special case rectilinear tessellation
Chris Wilson
1
-0
/
+1
2009-08-29
Eliminate self-intersecting strokes.
Chris Wilson
1
-400
/
+625
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-4
/
+4
2009-05-08
[path] Define _BSD_SOURCE to enable hypot()
Chris Wilson
1
-0
/
+1
2009-04-23
[memfault] Manually inject faults when using stack allocations
Chris Wilson
1
-0
/
+2
2009-01-29
[stroker] Rectilinear dashing.
Chris Wilson
1
-86
/
+406
2008-12-12
[path] Mark points as const during _cairo_path_fixed_interpret()
Chris Wilson
1
-72
/
+36
2008-12-12
[spline] Propagate errors during add point.
Chris Wilson
1
-8
/
+6
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-2
/
+2
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-28
/
+28
2008-11-16
[spline] Eliminate intermediate allocations during spline decomposition.
Chris Wilson
1
-48
/
+53
2008-10-26
[stroke] Ensure we record the first face for a dashed path.
Chris Wilson
1
-0
/
+1
2008-10-26
[stroke] _cairo_stroker_line_to_dashed() whitespace
Chris Wilson
1
-18
/
+39
2008-10-06
[stroke] Simplify dash-off logic.
Chris Wilson
1
-37
/
+28
2008-09-24
[stroke] Cap trailing segment when skipping invisible segments.
Chris Wilson
1
-0
/
+8
2008-09-19
[stroke] Optimise rectilinear strokes.
Chris Wilson
1
-17
/
+25
2008-09-19
[trap] Fixup a double _cairo_traps_fini().
Chris Wilson
1
-3
/
+2
2008-08-08
[matrix] Prefer a return parameter for _compute_determinant().
Chris Wilson
1
-5
/
+2
2008-06-13
[cairo-path-stroke] Avoid allocation for single rectangle.
Chris Wilson
1
-17
/
+24
2008-03-13
Correctly pass the device-space vector through to stroker
Vladimir Vukicevic
1
-14
/
+23
2008-02-20
Remove _cairo_slope_[counter_]clockwise
Carl Worth
1
-1
/
+1
2008-02-18
[stroker] fix _compute_normalized_device_slope to return correct sign
Vladimir Vukicevic
1
-4
/
+14
2008-02-06
Do correct calculation of pen dimensions for stroke optimization
Vladimir Vukicevic
1
-20
/
+13
2008-02-05
Optimize dashed strokes, part 2
Vladimir Vukicevic
1
-39
/
+83
2008-02-05
Optimize stroker by hoisting some calculations out of loops
Vladimir Vukicevic
1
-55
/
+87
2008-01-22
[cairo-path-stroke] Use M_SQRT2 for constant value
Behdad Esfahbod
1
-4
/
+4
2008-01-21
Disable rectilinear stroke optimization for small miter limit values
Carl Worth
1
-0
/
+6
2008-01-16
[cairo-path-stroke] Convert degenerate splines into lines.
Chris Wilson
1
-2
/
+2
2008-01-04
Directly check the miter corner to detect wild miters.
Keith Packard
1
-82
/
+57
2007-10-30
Limit miters for small angles
Carl Worth
1
-1
/
+75
2007-10-30
Add figure illustrating derivation of miter limit
Carl Worth
1
-7
/
+36
2007-10-11
[cairo-path-stroke] Jump to cleanup after error.
Chris Wilson
1
-1
/
+1
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-4
/
+2
2007-10-04
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
1
-1
/
+4
2007-10-04
[malloc] Check for integer overflow when realloc'ing.
Chris Wilson
1
-1
/
+2
2007-08-16
[cairo-pen] Remove status from _cairo_pen_find_active_vertex_*()
Chris Wilson
1
-18
/
+6
2007-04-10
Add a status field to cairo_polygon_t
Carl Worth
1
-1
/
+7
2007-04-09
cairo-pen - cairo_pen_init() can fail propagate its error.
Chris Wilson
1
-8
/
+15
2007-04-09
cairo-path-stroke - add trivial missing status checks
Chris Wilson
1
-8
/
+25
2007-03-01
Fix leak in rectilinear stroking code
Behdad Esfahbod
1
-7
/
+8
2007-02-19
Clean up some inconsistent spacing in the stroking code
Jeff Smith
1
-2
/
+2
2007-02-19
Add or reword several comments in the stroking code
Jeff Smith
1
-6
/
+8
2007-02-19
Minor changes to shorten the stroking code
Jeff Smith
1
-17
/
+9
2007-02-19
Rename tmp to step_length because that is what it actually is.
Jeff Muizelaar
1
-6
/
+6
2007-02-19
Fix several issues with dashed stroking code, particularly 'leaky-dash'
Jeff Muizelaar
1
-46
/
+39
2007-02-19
Rename has_sub_path to has_initial_sub_path
Jeff Muizelaar
1
-8
/
+8
[next]