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-fill.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix cast between incompatible function types warnings
Adrian Johnson
2021-08-22
1
-1
/
+9
*
fill: Fix unantialiased rectilinear-fill-to-boxes
Chris Wilson
2011-09-30
1
-5
/
+11
*
Introduce a new compositor architecture
Chris Wilson
2011-09-12
1
-21
/
+48
*
stroke: Rely on the tessellator to remove self-intersections
Chris Wilson
2011-08-13
1
-245
/
+0
*
clip: Rudimentary support for clip-polygon extraction
Chris Wilson
2011-07-19
1
-5
/
+107
*
polygon: Merge _cairo_polygon_init and _cairo_polygon_limit
Andrea Canciani
2010-12-10
1
-10
/
+6
*
fill: Simplify path to polygon conversion
Andrea Canciani
2010-12-10
1
-50
/
+41
*
path: Always interpret in forward direction
Andrea Canciani
2010-12-10
1
-1
/
+0
*
path: Do not access flags directly
Andrea Canciani
2010-10-29
1
-4
/
+4
*
region: _cairo_region_create_in_error()
Chris Wilson
2010-05-10
1
-5
/
+2
*
Update FSF address
Andrea Canciani
2010-04-27
1
-1
/
+1
*
fill: Convert rectilinear paths to boxes.
Chris Wilson
2010-01-22
1
-1
/
+75
*
Move _cairo_error() to a standalone header
Chris Wilson
2010-01-22
1
-0
/
+1
*
[path] Fix compiler warnings
Benjamin Otte
2009-10-18
1
-4
/
+3
*
[path] Return the canonical box.
Chris Wilson
2009-08-29
1
-32
/
+0
*
[clip] Use the rectangular tessellator to extract boxes
Chris Wilson
2009-08-29
1
-7
/
+22
*
[tessellate] Rectangular special case
Chris Wilson
2009-08-29
1
-26
/
+14
*
[fill] Use trivial rectilinear_to_traps
Chris Wilson
2009-08-29
1
-0
/
+74
*
[polygon] Return status from path ops
Chris Wilson
2009-08-29
1
-22
/
+4
*
[clip] Use geometric clipping for unaligned clips
Chris Wilson
2009-08-29
1
-5
/
+3
*
[fill] Early check for empty path/polygon
Chris Wilson
2009-08-29
1
-1
/
+4
*
[clip] Eliminate redundant clips
Chris Wilson
2009-08-29
1
-0
/
+3
*
[clip] Use the rectilinear tessellator
Chris Wilson
2009-08-29
1
-15
/
+64
*
[tessellator] Special case rectilinear tessellation
Chris Wilson
2009-08-29
1
-91
/
+9
*
[fallback] Avoid going through traps for trivial regions.
Chris Wilson
2009-08-29
1
-0
/
+129
*
Eliminate self-intersecting strokes.
Chris Wilson
2009-08-29
1
-53
/
+56
*
Remove clip handling from generic surface layer.
Chris Wilson
2009-07-23
1
-3
/
+8
*
[path] Mark points as const during _cairo_path_fixed_interpret()
Chris Wilson
2008-12-12
1
-26
/
+7
*
[spline] Propagate errors during add point.
Chris Wilson
2008-12-12
1
-8
/
+3
*
Mark if(status) as being unlikely.
Chris Wilson
2008-11-29
1
-3
/
+3
*
[fill] Allow rectangles to be implicitly closed.
Chris Wilson
2008-11-29
1
-1
/
+1
*
[fill] Emit rectangles for GdkRegion
Chris Wilson
2008-11-25
1
-17
/
+68
*
[spline] Eliminate intermediate allocations during spline decomposition.
Chris Wilson
2008-11-16
1
-15
/
+8
*
[fill] Check for the most common rectilinear case first.
Chris Wilson
2008-09-23
1
-7
/
+11
*
[fill] Construct trap using rectangle directly.
Chris Wilson
2008-09-19
1
-2
/
+14
*
[quartz] Optimize path handling where possible
Vladimir Vukicevic
2008-02-25
1
-64
/
+2
*
[doc] Make sure all macro names in docs are prefixed by %
Behdad Esfahbod
2008-01-28
1
-1
/
+1
*
[cairo-path-fixed] Exponentially enlarge cairo_path_buf_t.
Chris Wilson
2007-11-05
1
-1
/
+1
*
Add a status field to cairo_polygon_t
Carl Worth
2007-04-10
1
-25
/
+11
*
cairo-path-fill - trivial missing unused result
Chris Wilson
2007-04-09
1
-1
/
+1
*
[cairo-path-fixed] Merge op and arg bufs
Behdad Esfahbod
2007-03-13
1
-26
/
+25
*
Optimize filling of a path that is a single device-axis-aligned rectangle.
Carl Worth
2007-03-05
1
-0
/
+93
*
Switch from old tessellator to new tessellator
Carl Worth
2006-11-22
1
-3
/
+3
*
Remove initial, final, and duplicate blank lines.
Carl Worth
2006-06-06
1
-1
/
+0
*
Remove extraneous whitespace from "blank" lines.
Carl Worth
2006-06-06
1
-1
/
+1
*
New files. Move code for manipulating cairo_clip_t out into cairo_clip_* func...
Kristian Høgsberg
2005-08-04
1
-11
/
+9
*
Remove unneeded includes of cairo-path-fixed-private.h.
Carl Worth
2005-03-23
1
-1
/
+0
*
Rename cairo_path_real_t to cairo_path_fixed_t and fix all _cairo_path functi...
Carl Worth
2005-03-23
1
-10
/
+10
*
Begin the process of breaking up cairoint.h, moving structure definitions of ...
Carl Worth
2005-03-23
1
-0
/
+3
*
* src/cairo.c: (cairo_copy_path), (cairo_copy_path_flat), (cairo_append_path)...
Carl Worth
2005-03-18
1
-1
/
+3
[next]