index
:
~alexl/cairo
device-scale
device-scale2
ickle-device-scale
master
Unnamed repository; edit this file 'description' to name the repository.
alexl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-traps.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-29
[clip] Apply surface offset when combining with clip mask
Chris Wilson
1
-6
/
+2
2009-08-29
[tessellate] Rectangular special case
Chris Wilson
1
-7
/
+21
2009-08-29
[slope] Inline _cairo_slope_init()
Chris Wilson
1
-0
/
+1
2009-08-29
[clip] Use geometric clipping for unaligned clips
Chris Wilson
1
-91
/
+119
2009-08-29
[tessellator] Special case rectilinear tessellation
Chris Wilson
1
-0
/
+2
2009-08-29
[traps] Increase exponential expansion factor.
Chris Wilson
1
-5
/
+3
2009-08-29
[traps] Compute extents on demand.
Chris Wilson
1
-314
/
+126
2009-08-29
Eliminate self-intersecting strokes.
Chris Wilson
1
-26
/
+46
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-10
/
+16
2009-06-15
Reinstate cairo_region_create_rectangles()
Søren Sandmann Pedersen
1
-19
/
+28
2009-06-04
valgrindify init/fini routines
Chris Wilson
1
-0
/
+4
2009-04-23
[memfault] Manually inject faults when using stack allocations
Chris Wilson
1
-0
/
+5
2009-03-30
[traps] Propagate allocation failure.
Chris Wilson
1
-13
/
+10
2009-03-28
[region] Expand rect to rectangle in a couple of names
Søren Sandmann Pedersen
1
-1
/
+1
2009-03-28
[region] Delete cairo_region_create_rectangles()
Søren Sandmann Pedersen
1
-37
/
+23
2009-03-28
[region] Remove underscores from _cairo_region_*
Søren Sandmann
1
-5
/
+5
2009-03-28
[region] Consistently use rectangles in the API of regions
Søren Sandmann Pedersen
1
-15
/
+16
2009-03-28
[region] Make cairo_region_t a malloced object.
Søren Sandmann
1
-5
/
+9
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
-6
/
+6
2008-10-30
[traps] Whitespace.
Chris Wilson
1
-13
/
+20
2008-10-04
[traps] Discard trivially empty trapezoid.
Chris Wilson
1
-2
/
+9
2008-10-04
[traps] Reset extents on clearing.
Chris Wilson
1
-0
/
+2
2008-09-24
[trap] Trivial reject if trapezoid is entirely above or below
Chris Wilson
1
-0
/
+4
2008-09-24
[traps] Adjust lines if either point is on the boundary.
Chris Wilson
1
-4
/
+4
2008-09-24
[traps] Limit extents to imposed constraints.
Chris Wilson
1
-1
/
+14
2008-09-19
[stroke] Optimise rectilinear strokes.
Chris Wilson
1
-0
/
+18
2008-09-19
Simple perf tweaks for a rectilinear Hilbert curve.
Chris Wilson
1
-110
/
+65
2008-09-19
[trap] Fixup a double _cairo_traps_fini().
Chris Wilson
1
-0
/
+8
2008-05-15
[cairo-traps] Fix overflow in traps_path code
Behdad Esfahbod
1
-9
/
+10
2008-05-09
[cairo-traps] Add _cairo_traps_path()
Behdad Esfahbod
1
-0
/
+46
2008-05-09
Add more consts to function signatures and remove stale prototype
Behdad Esfahbod
1
-4
/
+6
2008-02-05
Optimize dashed strokes, part 2
Vladimir Vukicevic
1
-0
/
+8
2008-01-28
[doc] Make sure all function names in docs are followed by ()
Behdad Esfahbod
1
-1
/
+1
2008-01-28
[doc] Make sure all type names in docs are prefixed by #
Behdad Esfahbod
1
-1
/
+1
2008-01-10
[cairo-traps] Typo caught by valgrind.
Chris Wilson
1
-1
/
+1
2008-01-05
[cairo-traps] Return zero extents if it contains no traps.
Chris Wilson
1
-1
/
+5
2007-12-17
Replace various uses of CAIRO_STACK_BUF_SIZE with a single macro.
Chris Wilson
1
-3
/
+1
2007-10-10
[cairo-traps] Simplify the status interaction of traps_grow().
Chris Wilson
1
-8
/
+3
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-6
/
+3
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-07-18
[fixpt] Create cairo_region wrapper around pixman_region16_t
Vladimir Vukicevic
1
-27
/
+23
2007-07-18
[fixpt] Use _cairo_fixed_mul insted of manual multiplication
Vladimir Vukicevic
1
-15
/
+11
2007-07-02
Merge branch 'master' of git+ssh://sandmann@git.freedesktop.org/git/cairo
Søren Sandmann Pedersen
1
-1
/
+1
2007-06-29
[fix] Avoid int overflow when allocating large buffers
Vladimir Vukicevic
1
-1
/
+1
2007-06-21
[pixman] Initial port to standalone pixman library.
Søren Sandmann
1
-2
/
+2
2007-06-18
[perf] Add pixman_region_init_rects and use in extract_region
Vladimir Vukicevic
1
-17
/
+41
2007-05-16
[cairo-traps] Initialize traps to use embedded buffer.
Chris Wilson
1
-20
/
+6
2007-04-27
Clip trapezoids that are partially (or wholly) outside the clip region.
Carl Worth
1
-1
/
+67
[next]