index
:
~podain/cairo
1.0
1.10
1.2
1.4
1.6
1.8
bug_fix
clip_surface
image_backend
image_backend_clip_bug
master
spans
Unnamed repository; edit this file to name it for gitweb.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2006-11-22
Increment cairo version to 1.3.4
1.3.4
Carl Worth
1
-1
/
+1
2006-11-22
NEWS: Add notes for 1.3.4 snapshot
Carl Worth
1
-0
/
+152
2006-11-22
Add Daniel Amelang and Joonas Pihlaja to the AUTHORS file
Carl Worth
1
-0
/
+2
2006-11-22
Add some missing cairo_private decorators
Carl Worth
3
-13
/
+17
2006-11-22
perf: new-tessellator: Deferred trapezoid generation (first try)
Joonas Pihlaja
4
-23
/
+285
2006-11-22
Sort pointers instead of cairo_bo_events in the tessellator.
Joonas Pihlaja
1
-20
/
+34
2006-11-22
Make the skip list check for uniqueness.
Joonas Pihlaja
3
-21
/
+24
2006-11-22
Malloc less using a free list of nodes.
Joonas Pihlaja
2
-8
/
+38
2006-11-22
Tweak comparators.
Joonas Pihlaja
1
-31
/
+29
2006-11-22
Separate start and stop events from intersections (first try.)
Joonas Pihlaja
3
-22
/
+114
2006-11-22
Avoid a skip-list lookup when deactivating edges.
Joonas Pihlaja
1
-1
/
+1
2006-11-22
Special cases for skip list comparators.
Joonas Pihlaja
1
-2
/
+37
2006-11-22
Use an LFSR instead of random().
Joonas Pihlaja
1
-1
/
+188
2006-11-22
Replace the 128 bit divrem by a 96/64 bit one.
Joonas Pihlaja
1
-36
/
+42
2006-11-22
A 96 by 64 bit divrem that produces a 32 bit quotient and 64 bit remainder.
Joonas Pihlaja
2
-0
/
+160
2006-11-22
Make event_queue_insert ignore duplicate intersection events (not duplicate s...
Carl Worth
1
-3
/
+8
2006-11-22
Switch from old tessellator to new tessellator
Carl Worth
6
-11
/
+19
2006-11-22
Adapt new tessellator to match the interface provided by the old tessellator.
Carl Worth
1
-49
/
+114
2006-11-22
Add new tessellator (unused) in cairo-bentley-ottmann.c
Carl Worth
1
-0
/
+1383
2006-11-22
Add skip list implementation (many thanks to Keith Packard)
Carl Worth
2
-0
/
+325
2006-11-22
give the big-trap test the XFAIL treatment.
Carl Worth
2
-1
/
+36
2006-11-22
test: Use round to pass only integers to cairo_show_glyphs (in 3 more tests)
Carl Worth
3
-6
/
+6
2006-11-22
Change _cairo_matrix_to_pixman_matrix to use a pixman_transform_t as the temp...
Dan Amelang
1
-5
/
+3
2006-11-22
Optimize _cairo_matrix_to_pixman_matrix for the common case of an identity ma...
Dan Amelang
1
-11
/
+24
2006-11-22
Add and incorporate _cairo_gstate_transform_glyphs_to_backend
Dan Amelang
1
-20
/
+72
2006-11-22
Refactor _cairo_matrix_is_integer_translation
Dan Amelang
1
-23
/
+19
2006-11-22
Add _cairo_matrix_is_translation
Dan Amelang
2
-0
/
+10
2006-11-22
Replace existing rounding code with _cairo_lround
Daniel Amelang
8
-49
/
+50
2006-11-22
Add _cairo_lround for much faster rounding
Daniel Amelang
2
-0
/
+28
2006-11-22
test/clip-operator: Use round to pass only integers to cairo_show_glyphs
Carl Worth
1
-2
/
+2
2006-11-21
[SVG] Fix compiler warning
Behdad Esfahbod
1
-57
/
+55
2006-11-21
[PS] Rename n_glyphs to num_glyphs_unsigned
Behdad Esfahbod
1
-9
/
+9
2006-11-21
[PS] Eliminate compiler warnings about unoptimizable loops
Behdad Esfahbod
1
-13
/
+15
2006-11-21
SVG: plug a memory leak
Emmanuel Pacaud
1
-2
/
+1
2006-11-21
[SVG] Define enum _cairo_svg_version.
Behdad Esfahbod
1
-1
/
+1
2006-11-20
[test] add big-trap test
Vladimir Vukicevic
2
-0
/
+61
2006-11-20
Require librsvg 2.15.0 (was 2.14.0) for testing of SVG backend.
Carl Worth
1
-1
/
+1
2006-11-20
Add const qualifier to cairo_path_t* parameter of cairo_append_path
Carl Worth
4
-8
/
+8
2006-11-18
Merge branch 'svgprint'
Emmanuel Pacaud
3
-46
/
+116
2006-11-17
perf: Add box_outline test case.
Carl Worth
4
-0
/
+97
2006-11-17
cairo-perf: When iteration count is given on command-line, never execute fewer
Carl Worth
1
-1
/
+5
2006-11-16
ROADMAP: Set cairo 1.4 to early January for sake of Gnome 2.18
Carl Worth
1
-9
/
+7
2006-11-15
Increment cairo version to 1.3.3 after 1.3.2 snapshot
Carl Worth
1
-1
/
+1
2006-11-15
Update cairo version and libtool version for 1.3.2 snapshot
1.3.2
Carl Worth
1
-4
/
+4
2006-11-15
NEWS: Add notes for 1.3.2 snapshot
Carl Worth
1
-0
/
+179
2006-11-14
Add notes for the 1.2.6 release.
Behdad Esfahbod
1
-0
/
+60
2006-11-14
Add missing pattern-getters-ref.png to Makefile to avoid breaking distcheck t...
Carl Worth
1
-0
/
+1
2006-11-14
Fix get-clip test for surfaces not implementing set_clip_region
Carl Worth
1
-8
/
+16
2006-11-14
Remove non-existent reference images from Makefile to avoid breaking distchec...
Carl Worth
1
-9
/
+0
2006-11-14
cairo-perf-diff: Run git-ls-tree from the correct directory
Carl Worth
1
-0
/
+1
[next]