summaryrefslogtreecommitdiff
path: root/perf
Commit message (Expand)AuthorAgeFilesLines
...
* boilerplate: Remove unused thread id parameterAndrea Canciani2011-11-123-3/+0
* Improve the documentation of the flagsAndrea Canciani2011-11-123-17/+17
* Sort option flagsAndrea Canciani2011-11-123-19/+19
* Silence some 'unused var' warningsAndrea Canciani2011-11-091-1/+1
* perfChris Wilson2011-10-111-19/+42
* perf: Add an a1-pixel variantChris Wilson2011-09-153-0/+24
* perf/micro: Add the PS tiger as a measure for the antialias hintsChris Wilson2011-09-144-0/+118
* perf/stats: Avoid overflow when summing time-squaredChris Wilson2011-09-131-7/+6
* test: Update ref imagesChris Wilson2011-09-121-2/+4
* perf/micro: Add measurement of setting the pixel directly using pixmanChris Wilson2011-09-121-0/+38
* Introduce a new compositor architectureChris Wilson2011-09-1250-236/+1321
* perf/Makefile.am: Add missing '\' line continuationChris Wilson2011-09-091-2/+3
* cairo-missing: Fix and cleanup ssize_t type definitionAndrea Canciani2011-09-043-10/+0
* perf: Fix win32 buildAndrea Canciani2011-09-021-1/+6
* perf: Fix readmeAndrea Canciani2011-09-021-2/+2
* perf: Get rid of cairo_perf_ticks_per_second()Andrea Canciani2011-09-024-40/+31
* perf: Drop cairo_perf_ticks_t in favor of cairo_time_tAndrea Canciani2011-09-0243-164/+161
* perf: Reuse cairo-timeAndrea Canciani2011-09-027-421/+66
* Introduce the cairo-missing libraryAndrea Canciani2011-09-024-168/+8
* time: Add cairo_time_t typeAndrea Canciani2011-09-021-1/+0
* perf: Silence gcc warningAndrea Canciani2011-09-021-1/+1
* perf: Print a summary of each operation for a trace (using '-s')Chris Wilson2011-08-302-22/+99
* observe: Provide the sum of the elapsed time of the individual operationsChris Wilson2011-08-233-8/+32
* observer: record all operations and their timingsChris Wilson2011-08-201-2/+0
* perf: Cleanup target after each runChris Wilson2011-08-191-179/+172
* Introduce cairo_surface_observer_t for performance analysisChris Wilson2011-08-144-9/+676
* Fix pollution from skia commitChris Wilson2011-08-131-3/+2
* skia: Update to use cairo_backend_t interfaceChris Wilson2011-08-131-2/+3
* perf/micro: diagonal linesChris Wilson2011-08-134-1/+223
* perf/micro: Test wide vs hairline strokesChris Wilson2011-08-138-16/+404
* perf: add curveChris Wilson2011-08-094-0/+111
* perf: add many-curvesChris Wilson2011-08-094-0/+122
* perf: Add many-fillsChris Wilson2011-08-094-0/+187
* perf: add the usual special cases to many-strokesChris Wilson2011-08-071-1/+109
* perf: Add many-strokesChris Wilson2011-08-074-0/+78
* perf: Add stroke/fill variants to world-mapChris Wilson2011-08-051-6/+36
* perf: Also build the code in perf/microUli Schlachter2011-08-041-0/+2
* perf: Add hash table benchmarkAndrea Canciani2011-08-034-0/+110
* perf: Save/restore gstate across runsChris Wilson2011-08-011-1/+10
* perf: Add a few more variations to dragon to exercise unaligned lines/spansChris Wilson2011-08-011-0/+34
* Remove useless checks for NULL before freeingAndrea Canciani2011-07-312-4/+2
* Silence gcc warningsAndrea Canciani2011-07-291-1/+0
* test,perf: Another hatching!Chris Wilson2011-07-194-0/+98
* tests,perf: Add a hatchings clip-testChris Wilson2011-07-185-0/+204
* Fix typosNis Martensen2011-06-252-2/+2
* perf: Fix build on win32Andrea Canciani2011-06-2411-133/+359
* perf: Ensure M_SQRT2 is definedAndrea Canciani2011-06-241-0/+1
* error: Do not define _cairo_error twiceAndrea Canciani2011-06-242-6/+1
* cairo-perf-diff-files: Don't print size/content for trace resultsChris Wilson2011-06-061-10/+17
* perfChris Wilson2011-06-021-24/+30