summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2006-11-14Fix typo.Behdad Esfahbod1-1/+1
2006-11-13Make miter join code use tessellate_convex_quad rather than tessellate_polygonCarl Worth1-13/+7
2006-11-13Make _cairo_stroker_add_sub_edge use tessellate_convex_quad rather than tesse...Carl Worth1-25/+6
2006-11-13Rewrite tessellate_rectangle as tessellate_convex_quad to make it more usefulCarl Worth2-17/+112
2006-11-13Add a status field to cairo_traps_t to enable less error checkingCarl Worth2-83/+67
2006-11-13cairo-perf-diff: rsync only git-managed files from boilerplate/perfCarl Worth1-3/+13
2006-11-10cairo-perf-diff: Use rsync instead of cp to avoid some unnecessary rebuildingCarl Worth1-2/+2
2006-11-10cairo-perf-diff: Separate old and new build directoriesCarl Worth1-7/+12
2006-11-10cairo-perf-diff: Allow incremental refinement of performance resultsCarl Worth1-9/+41
2006-11-10Fix broken size calculation for xreallocCarl Worth1-1/+2
2006-11-08perf: Add world-map performance test case.Carl Worth5-0/+307
2006-11-08perf/Makefile.am: Add missing zrusin-another.h file to listCarl Worth1-1/+2
2006-11-08perf: Eliminate CAIRO_STATS_MIN_VALID_SAMPLESCarl Worth3-19/+4
2006-11-08cairo-perf-diff-files: Add support for diffing "raw" files from "cairo-perf -r"Carl Worth1-33/+128
2006-11-08cairo-perf: Print ticks_per_ms value in raw mode so raw analysis tools can re...Carl Worth1-4/+5
2006-11-08perf: Move statistics code into new cairo-stats.h for sharingCarl Worth5-103/+174
2006-11-08boilerplate: Add xrealloc functionCarl Worth2-0/+15
2006-11-07[win32] implement EXTEND_REPEAT in composite when possibleVladimir Vukicevic1-120/+266
2006-11-07[win32] clean up win32_surface_compositeVladimir Vukicevic5-114/+218
2006-11-07[win32] Update pixman MMX code to work with MSVCVladimir Vukicevic3-73/+174
2006-11-07[configure] Err if a suitable pkg-config is not foundBehdad Esfahbod1-1/+5
2006-11-07Rewrite _cairo_matrix_transform_bounding_box to actually accept a box not a r...Carl Worth4-42/+29
2006-11-07test/Makefile.am: Fix typo in EXTRA_DIST that was breaking distcheckCarl Worth1-1/+1
2006-11-07cairo-perf: Add command line options for test cases to run, listing tests, an...Carl Worth2-31/+139
2006-11-06Add zrusin-another test cases (tessellate and fill).Carl Worth5-1/+762
2006-11-06cairo-perf-diff: Use two-part hash to avoid stale data when perf suite changes.Carl Worth2-4/+16
2006-11-06Don't rely on NQUARTZ or OS2 surface types unless they exist.Carl Worth1-0/+2
2006-11-06Change _cairo_fixed_from_double to use the "magic number" techniqueDan Amelang1-1/+47
2006-11-06Add autoconf macro AX_C_FLOAT_WORDS_BIGENDIANDan Amelang2-0/+66
2006-11-06cairo-perf-diff: Build and run latest cairo-perf program rather than whatever...Carl Worth1-0/+5
2006-11-06cairo-perf-diff: Fix to still function if run from the top-level directory co...Carl Worth1-0/+3
2006-11-06glitz: fix a memory leak in _cairo_glitz_surface_composite_trapezoids.Jinghua Luo1-0/+2
2006-11-02[Makefile.am] Pass tag message to git-tag in release-publishBehdad Esfahbod1-1/+1
2006-11-02[Makefile.am] Minor fixes in release-publish outputBehdad Esfahbod1-2/+3
2006-11-02Increment CAIRO_VERSION to 1.3.1 now that a 1.2.6 release existsCarl Worth1-2/+2
2006-11-02Remove typo (mean vs median)Carl Worth1-1/+0
2006-11-02cairo-perf: Change outlier elimination and report minimum times.Carl Worth2-41/+94
2006-11-02Add new perf test "pattern_create_radial"Dan Amelang4-0/+101
2006-11-02cairo-perf-diff: Simplify git usage and just run cairo-perf that gets built w...Carl Worth1-16/+6
2006-10-29XCB/perf: implement boilerplate_xcb_synchronize for fair performance tests.Jamey Sharp1-1/+12
2006-10-29[autogen.sh] Make sed script portableBehdad Esfahbod1-1/+1
2006-10-29perf: cairo-perf-diff-files.c should generate cairo-perf-diff-filesJamey Sharp1-2/+3
2006-10-29Add clip-push-group to .gitignore.Jamey Sharp1-1/+2