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