index
:
~company/cairo
gl
master
planar
xv
yuv
Unnamed repository; edit this file to name it for gitweb.
company
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-clip.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-10
clip: Compile fix for previous clip.
Chris Wilson
1
-3
/
+0
2010-04-10
clip: Compare the whole clip when testing for equality.
Chris Wilson
1
-3
/
+37
2010-03-24
clip: propagate the no-clip through the copy.
Chris Wilson
1
-0
/
+1
2010-03-24
clip: Don't reduce all-clip to no-clip.
Chris Wilson
1
-1
/
+2
2010-03-23
clip: Remove the redundant _cairo_clip_init_rectangle()
Chris Wilson
1
-19
/
+11
2010-02-12
clip: Restrict composite extents to clip extents
Chris Wilson
1
-0
/
+84
2010-02-02
clip: Propagate all-clipped when copying
Chris Wilson
1
-5
/
+2
2010-01-25
clip: Create a fallback clip surface
Chris Wilson
1
-0
/
+5
2010-01-22
clip: Implement clipping using only the high-level operators.
Chris Wilson
1
-132
/
+125
2010-01-22
pattern: Add convenience patterns for stock colours
Chris Wilson
1
-18
/
+11
2010-01-22
Unify the two freed object pools
Chris Wilson
1
-85
/
+3
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+1
2009-11-25
[clip] Don't ignore outermost clip when it clips everything
Benjamin Otte
1
-4
/
+1
2009-09-10
[clip] Simplify applying a box clip
Chris Wilson
1
-38
/
+46
2009-08-29
[clip] Correctly compute a geometric mask for a rectilinear + arbitrary
Chris Wilson
1
-9
/
+38
2009-08-29
[clip] Apply surface offset when combining with clip mask
Chris Wilson
1
-41
/
+44
2009-08-29
[clip] Pass in destination offset for combining with clip-mask
Chris Wilson
1
-23
/
+22
2009-08-29
[clip] Fix refleak of previous clipping surfaces.
Chris Wilson
1
-3
/
+6
2009-08-29
[clip] Use the rectangular tessellator to extract boxes
Chris Wilson
1
-7
/
+10
2009-08-29
[tessellate] Rectangular special case
Chris Wilson
1
-9
/
+17
2009-08-29
[clip] Cache intermediate clip masks.
Chris Wilson
1
-64
/
+101
2009-08-29
[clip] Combine directly onto target
Chris Wilson
1
-8
/
+110
2009-08-29
[clip] Use geometric clipping for unaligned clips
Chris Wilson
1
-8
/
+288
2009-08-29
[clip] Eliminate redundant clips
Chris Wilson
1
-36
/
+151
2009-08-29
[clip] Use the rectilinear tessellator
Chris Wilson
1
-7
/
+2
2009-08-29
[clip] Use special-purpose fill_to_region()
Chris Wilson
1
-17
/
+9
2009-08-29
Eliminate self-intersecting strokes.
Chris Wilson
1
-6
/
+8
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-630
/
+660
2009-06-17
[clip] Missing {} (coding style)
Chris Wilson
1
-1
/
+2
2009-06-17
[clip] During _clip() limit the extracted traps to the current clip extents
Chris Wilson
1
-4
/
+35
2009-06-17
[clip] Avoid copying region within _cairo_clip_intersect_region()
Chris Wilson
1
-9
/
+3
2009-05-15
[xlib] Use minimal depth for similar clones.
Chris Wilson
1
-0
/
+1
2009-03-31
[region] Change name of cairo_region_empty() to cairo_region_is_empty()
Søren Sandmann Pedersen
1
-1
/
+1
2009-03-28
[region] Add cairo_region_intersect_rectangle() and _subtract_rectangle()
Søren Sandmann
1
-23
/
+4
2009-03-28
[region] Expand rect to rectangle in a couple of names
Søren Sandmann Pedersen
1
-2
/
+2
2009-03-28
[region] Remove underscores from _cairo_region_*
Søren Sandmann
1
-25
/
+25
2009-03-28
[region] Consistently use rectangles in the API of regions
Søren Sandmann Pedersen
1
-14
/
+8
2009-03-28
[region] Change sense of _cairo_region_not_empty() to _cairo_region_empty()
Søren Sandmann
1
-1
/
+1
2009-03-28
[region] Miscellaneous bug fixes.
Søren Sandmann
1
-0
/
+2
2009-03-28
[region] Get rid of clip->has_region
Søren Sandmann
1
-21
/
+15
2009-03-28
[region] Make cairo_region_t a malloced object.
Søren Sandmann
1
-50
/
+49
2009-03-28
Simplify _cairo_clip_intersect_region()
Søren Sandmann Pedersen
1
-14
/
+5
2009-02-15
Delete _cairo_region_get_boxes() in favor of _cairo_region_get_box()
Søren Sandmann
1
-12
/
+9
2009-01-29
[path] Rename _cairo_path_fixed_approximate_extents()
Chris Wilson
1
-2
/
+2
2008-12-18
[path] Separate the approx. bounds into 3 distinct functions
Chris Wilson
1
-8
/
+6
2008-12-18
[path] Return the fixed-point bounds of the path
Chris Wilson
1
-11
/
+14
2008-12-12
[clip] Intersect to region extents.
Chris Wilson
1
-13
/
+5
2008-12-07
[cairo-spans] Render clip mask surfaces with spans if we can.
M Joonas Pihlaja
1
-0
/
+140
2008-11-29
Fix up a couple of likely(malloc==NULL)
Chris Wilson
1
-1
/
+1
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-4
/
+4
[next]