summaryrefslogtreecommitdiff
path: root/perf
AgeCommit message (Expand)AuthorFilesLines
2008-09-11[Makefile.am.common] Unify more common rulesBehdad Esfahbod1-1/+0
2008-09-11Makefile.am cleanupBehdad Esfahbod1-4/+6
2008-09-08[{test,perf}/Makefile.am] Define html-local target instead of htmlBehdad Esfahbod1-2/+2
2008-09-08[Makefile.am] Rename INCLUDES to AM_CPPFLAGSBehdad Esfahbod1-1/+1
2008-09-02Move _GNU_SOURCE declarations to where it's usedBehdad Esfahbod3-5/+4
2008-09-02Revamp the build system.Behdad Esfahbod1-0/+2
2008-08-19[perf] Continue testing after we fail to create a surface.Chris Wilson1-9/+4
2008-08-17[perf] Beware $OS may not be set.Chris Wilson1-1/+1
2008-08-17[perf] Silence trivial compiler warning.Chris Wilson1-9/+9
2008-08-13[test] Preparatory work for running under memfault.Chris Wilson1-4/+7
2008-07-17[win32] Make cairo-perf-diff run on win32Frederic Plourde4-3/+84
2008-06-13[cairo-perf] Only allocate arrays once.Chris Wilson2-16/+17
2008-04-11[test] Handle TEST_CONTENT_COLOR_ALPHA_FLATTENED similar surfaces.Chris Wilson1-2/+4
2008-02-19[perf] add tests for magnified and minified image sources.Bertram Felgenhauer1-0/+34
2008-02-06Some fixes and improvements to the Win32 buildAzar@.(none)4-12/+53
2008-02-06Add several Makefile.win32 files to EXTRA_DISTCarl Worth1-0/+2
2008-01-10[test] Fixup make check for mingwChris Wilson1-4/+4
2007-12-20[test/*] Create new surfaces using the group target.Chris Wilson1-2/+2
2007-12-01Convert bash scripts to regular sh ones for greater portabilityBehdad Esfahbod1-15/+16
2007-11-30Explicitly call bash for bash-specific scriptsCarl Worth1-1/+1
2007-10-24[cairo-perf-diff-files] Only use a valid initializer for min_test.Chris Wilson1-2/+7
2007-10-23[cairo-perf-diff-files] Check for terminator before comparing tests.Chris Wilson1-7/+16
2007-10-20[cairo-perf] Run performance tests over similar surfaces as well.Chris Wilson1-46/+75
2007-10-19[Makefile.am] Fix ${top_srcdir}/libtoolChris Wilson1-2/+2
2007-09-05[test,perf] Support TARGETS_EXCLUDE make variableBehdad Esfahbod1-2/+4
2007-08-28[perf] Make cairo-perf-diff build cairo-perf-diff-filesBehdad Esfahbod1-2/+8
2007-08-24[cairo-perf] Blacklist xlib-fallback.Chris Wilson1-0/+8
2007-08-18[cairo-perf-diff] Remove reference to pixman.Chris Wilson1-2/+1
2007-08-06Typo fixes in README filesNis Martensen1-3/+3
2007-06-18Fix cairo-perf-diff to compile cairo-perf explicitlyCarl Worth1-1/+1
2007-06-18[perf] Add pixman_region_init_rects and use in extract_regionVladimir Vukicevic4-1/+71
2007-06-09[perf] Link to librt if availableBehdad Esfahbod1-1/+2
2007-05-01perf: Add $(EXTRA_PROGRAMS) to CLEANFILES1.4.6Carl Worth1-0/+1
2007-04-30[perf] Check availability before including nonstandard headersBehdad Esfahbod2-1/+7
2007-04-30[perf] Don't build cairo-perf in "make all"Behdad Esfahbod1-1/+1
2007-04-30Free all memory when cairo-perf exits.Chris Wilson1-0/+19
2007-04-28Add missing prototypes for getline and strndupCarl Worth1-2/+10
2007-04-28cairo-perf-diff-files: Add missing include of libgen.h for basenameCarl Worth1-0/+1
2007-04-26cairo-perf-diff-files: Always print old and new configuration namesCarl Worth1-6/+6
2007-04-25cairo-perf-diff: Repair command-line option parsing.Carl Worth1-5/+9
2007-04-25Make the traditional speedup vs. slowdown report style available againCarl Worth1-9/+103
2007-04-25Implement support for generating a report from more than two filesCarl Worth1-113/+157
2007-04-25cairo-perf-diff-files: Use pointers instead of indexing to iterate over reportsCarl Worth1-13/+18
2007-04-25cairo-perf-diff-files: Simplify code to grow report->testsCarl Worth1-9/+5
2007-04-25cairo-perf-diff-files: Sort and compute stats at the time of loading a reportCarl Worth1-75/+75
2007-04-25cairo-perf-diff: Separate command-line options within the args structureCarl Worth1-19/+25
2007-04-25Move implementation of getline and strndupCarl Worth1-55/+53
2007-04-25Replace old and new reports with reports arrayCarl Worth1-4/+7
2007-04-25Replace old_filename and new_filename with a filenames arrayCarl Worth1-17/+13
2007-04-25cairo-perf-diff-files: Add new --min-change option, (replacing third position...Carl Worth1-16/+23