summaryrefslogtreecommitdiff
path: root/perf
AgeCommit message (Expand)AuthorFilesLines
2011-11-18perf: Compile fix, add the index to cairo_perf_report_load()Chris Wilson2-2/+2
2011-11-12Use xstrdup instead of xmalloc when possibleAndrea Canciani1-4/+2
2011-11-12boilerplate: Remove unused thread id parameterAndrea Canciani3-3/+0
2011-11-12Improve the documentation of the flagsAndrea Canciani3-17/+17
2011-11-12Sort option flagsAndrea Canciani3-19/+19
2011-11-09Silence some 'unused var' warningsAndrea Canciani1-1/+1
2011-10-11perfChris Wilson1-19/+42
2011-09-15perf: Add an a1-pixel variantChris Wilson3-0/+24
2011-09-14perf/micro: Add the PS tiger as a measure for the antialias hintsChris Wilson4-0/+118
2011-09-13perf/stats: Avoid overflow when summing time-squaredChris Wilson1-7/+6
2011-09-12test: Update ref imagesChris Wilson1-2/+4
2011-09-12perf/micro: Add measurement of setting the pixel directly using pixmanChris Wilson1-0/+38
2011-09-12Introduce a new compositor architectureChris Wilson50-236/+1321
2011-09-09perf/Makefile.am: Add missing '\' line continuationChris Wilson1-2/+3
2011-09-04cairo-missing: Fix and cleanup ssize_t type definitionAndrea Canciani3-10/+0
2011-09-02perf: Fix win32 buildAndrea Canciani1-1/+6
2011-09-02perf: Fix readmeAndrea Canciani1-2/+2
2011-09-02perf: Get rid of cairo_perf_ticks_per_second()Andrea Canciani4-40/+31
2011-09-02perf: Drop cairo_perf_ticks_t in favor of cairo_time_tAndrea Canciani43-164/+161
2011-09-02perf: Reuse cairo-timeAndrea Canciani7-421/+66
2011-09-02Introduce the cairo-missing libraryAndrea Canciani4-168/+8
2011-09-02time: Add cairo_time_t typeAndrea Canciani1-1/+0
2011-09-02perf: Silence gcc warningAndrea Canciani1-1/+1
2011-08-30perf: Print a summary of each operation for a trace (using '-s')Chris Wilson2-22/+99
2011-08-23observe: Provide the sum of the elapsed time of the individual operationsChris Wilson3-8/+32
2011-08-20observer: record all operations and their timingsChris Wilson1-2/+0
2011-08-19perf: Cleanup target after each runChris Wilson1-179/+172
2011-08-14Introduce cairo_surface_observer_t for performance analysisChris Wilson4-9/+676
2011-08-13Fix pollution from skia commitChris Wilson1-3/+2
2011-08-13skia: Update to use cairo_backend_t interfaceChris Wilson1-2/+3
2011-08-13perf/micro: diagonal linesChris Wilson4-1/+223
2011-08-13perf/micro: Test wide vs hairline strokesChris Wilson8-16/+404
2011-08-09perf: add curveChris Wilson4-0/+111
2011-08-09perf: add many-curvesChris Wilson4-0/+122
2011-08-09perf: Add many-fillsChris Wilson4-0/+187
2011-08-07perf: add the usual special cases to many-strokesChris Wilson1-1/+109
2011-08-07perf: Add many-strokesChris Wilson4-0/+78
2011-08-05perf: Add stroke/fill variants to world-mapChris Wilson1-6/+36
2011-08-04perf: Also build the code in perf/microUli Schlachter1-0/+2
2011-08-03perf: Add hash table benchmarkAndrea Canciani4-0/+110
2011-08-01perf: Save/restore gstate across runsChris Wilson1-1/+10
2011-08-01perf: Add a few more variations to dragon to exercise unaligned lines/spansChris Wilson1-0/+34
2011-07-31Remove useless checks for NULL before freeingAndrea Canciani2-4/+2
2011-07-29Silence gcc warningsAndrea Canciani1-1/+0
2011-07-19test,perf: Another hatching!Chris Wilson4-0/+98
2011-07-18tests,perf: Add a hatchings clip-testChris Wilson5-0/+204
2011-06-25Fix typosNis Martensen2-2/+2
2011-06-24perf: Fix build on win32Andrea Canciani11-133/+359
2011-06-24perf: Ensure M_SQRT2 is definedAndrea Canciani1-0/+1
2011-06-24error: Do not define _cairo_error twiceAndrea Canciani2-6/+1