summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-11-22Increment cairo version to 1.3.41.3.4Carl Worth1-1/+1
2006-11-22NEWS: Add notes for 1.3.4 snapshotCarl Worth1-0/+152
2006-11-22Add Daniel Amelang and Joonas Pihlaja to the AUTHORS fileCarl Worth1-0/+2
2006-11-22Add some missing cairo_private decoratorsCarl Worth3-13/+17
2006-11-22perf: new-tessellator: Deferred trapezoid generation (first try)Joonas Pihlaja4-23/+285
2006-11-22Sort pointers instead of cairo_bo_events in the tessellator.Joonas Pihlaja1-20/+34
2006-11-22Make the skip list check for uniqueness.Joonas Pihlaja3-21/+24
2006-11-22Malloc less using a free list of nodes.Joonas Pihlaja2-8/+38
2006-11-22Tweak comparators.Joonas Pihlaja1-31/+29
2006-11-22Separate start and stop events from intersections (first try.)Joonas Pihlaja3-22/+114
2006-11-22Avoid a skip-list lookup when deactivating edges.Joonas Pihlaja1-1/+1
2006-11-22Special cases for skip list comparators.Joonas Pihlaja1-2/+37
2006-11-22Use an LFSR instead of random().Joonas Pihlaja1-1/+188
2006-11-22Replace the 128 bit divrem by a 96/64 bit one.Joonas Pihlaja1-36/+42
2006-11-22A 96 by 64 bit divrem that produces a 32 bit quotient and 64 bit remainder.Joonas Pihlaja2-0/+160
2006-11-22Make event_queue_insert ignore duplicate intersection events (not duplicate s...Carl Worth1-3/+8
2006-11-22Switch from old tessellator to new tessellatorCarl Worth6-11/+19
2006-11-22Adapt new tessellator to match the interface provided by the old tessellator.Carl Worth1-49/+114
2006-11-22Add new tessellator (unused) in cairo-bentley-ottmann.cCarl Worth1-0/+1383
2006-11-22Add skip list implementation (many thanks to Keith Packard)Carl Worth2-0/+325
2006-11-22give the big-trap test the XFAIL treatment.Carl Worth2-1/+36
2006-11-22test: Use round to pass only integers to cairo_show_glyphs (in 3 more tests)Carl Worth3-6/+6
2006-11-22Change _cairo_matrix_to_pixman_matrix to use a pixman_transform_t as the temp...Dan Amelang1-5/+3
2006-11-22Optimize _cairo_matrix_to_pixman_matrix for the common case of an identity ma...Dan Amelang1-11/+24
2006-11-22Add and incorporate _cairo_gstate_transform_glyphs_to_backendDan Amelang1-20/+72
2006-11-22Refactor _cairo_matrix_is_integer_translationDan Amelang1-23/+19
2006-11-22Add _cairo_matrix_is_translationDan Amelang2-0/+10
2006-11-22Replace existing rounding code with _cairo_lroundDaniel Amelang8-49/+50
2006-11-22Add _cairo_lround for much faster roundingDaniel Amelang2-0/+28
2006-11-22test/clip-operator: Use round to pass only integers to cairo_show_glyphsCarl Worth1-2/+2
2006-11-21[SVG] Fix compiler warningBehdad Esfahbod1-57/+55
2006-11-21[PS] Rename n_glyphs to num_glyphs_unsignedBehdad Esfahbod1-9/+9
2006-11-21[PS] Eliminate compiler warnings about unoptimizable loopsBehdad Esfahbod1-13/+15
2006-11-21SVG: plug a memory leakEmmanuel Pacaud1-2/+1
2006-11-21[SVG] Define enum _cairo_svg_version.Behdad Esfahbod1-1/+1
2006-11-20[test] add big-trap testVladimir Vukicevic2-0/+61
2006-11-20Require librsvg 2.15.0 (was 2.14.0) for testing of SVG backend.Carl Worth1-1/+1
2006-11-20Add const qualifier to cairo_path_t* parameter of cairo_append_pathCarl Worth4-8/+8
2006-11-18Merge branch 'svgprint'Emmanuel Pacaud3-46/+116
2006-11-17perf: Add box_outline test case.Carl Worth4-0/+97
2006-11-17cairo-perf: When iteration count is given on command-line, never execute fewerCarl Worth1-1/+5
2006-11-16ROADMAP: Set cairo 1.4 to early January for sake of Gnome 2.18Carl Worth1-9/+7
2006-11-15Increment cairo version to 1.3.3 after 1.3.2 snapshotCarl Worth1-1/+1
2006-11-15Update cairo version and libtool version for 1.3.2 snapshot1.3.2Carl Worth1-4/+4
2006-11-15NEWS: Add notes for 1.3.2 snapshotCarl Worth1-0/+179
2006-11-14Add notes for the 1.2.6 release.Behdad Esfahbod1-0/+60
2006-11-14Add missing pattern-getters-ref.png to Makefile to avoid breaking distcheck t...Carl Worth1-0/+1
2006-11-14Fix get-clip test for surfaces not implementing set_clip_regionCarl Worth1-8/+16
2006-11-14Remove non-existent reference images from Makefile to avoid breaking distchec...Carl Worth1-9/+0
2006-11-14cairo-perf-diff: Run git-ls-tree from the correct directoryCarl Worth1-0/+1