summaryrefslogtreecommitdiff
path: root/perf
AgeCommit message (Expand)AuthorFilesLines
2023-03-29Avoid misuse of ctype(3) functionsTaylor R Campbell2-4/+4
2023-03-26Merge branch 'patch-1' into 'master'Uli Schlachter1-88/+0
2023-02-06Fix -WuninitializedKhaled Hosny1-1/+1
2023-02-05Delete cairo/perf/make-html.py Christian Clauss1-88/+0
2023-02-02perf: Disable deprecation warnings for the perf widgetEmmanuele Bassi2-0/+4
2023-01-13Defining Windows version macros in meson.buildFujii Hironori2-2/+0
2023-01-08Remove autotools buildAdrian Johnson6-349/+0
2022-10-28perf: fix compilation on Win32Luca Bacci1-1/+12
2022-04-09Replace use of ctype functions with internal version where only ASCII chars a...Adrian Johnson1-1/+2
2022-02-25Drop OS/2 supportEmmanuele Bassi1-7/+2
2021-08-22Fix some warningsAdrian Johnson1-2/+0
2021-07-25Fix some win32 compile warningsAdrian Johnson1-0/+5
2021-06-17Fix the meson buildUli Schlachter2-25/+29
2021-05-15meson: Add perf/ directoryUli Schlachter2-0/+150
2021-05-01Drop the conditional inclusion of config.hEmmanuele Bassi1-2/+0
2021-05-01Remove stray _GNU_SOURCE definitionsEmmanuele Bassi4-7/+5
2020-09-29Retire dummy cairo-version.h header to fix meson subproject buildTim-Philipp Müller3-6/+0
2019-01-31Misc. typosluz.paz1-1/+1
2019-01-07Add support for RGBA128F and RGB96F formats.Maarten Lankhorst2-0/+4
2018-10-16Use HTTPS URLs for freedesktop.org domainsPaul Menzel1-1/+1
2018-04-02Cairo trivial typosUnknown2-2/+2
2015-03-05perf: fix include order for AIX, bug#89354Michael Haubenwallner1-1/+1
2015-03-05perf/micro: fix include order for AIX, bug#89354Michael Haubenwallner4-4/+4
2015-03-05define _GETDELIM for getline() on AIXMichael Haubenwallner1-0/+2
2014-11-20Refactor ARRAY_LENGTH macro definitions in test codeBryce Harrington1-4/+0
2014-08-14test: Selective execution of Cairo tests based on FORMAT optionRavi Nanjundappa1-1/+2
2014-04-22perf: Refactor some macros to cairo-perf.hRavi Nanjundappa1-1/+0
2014-04-18perf: Refactor some common macros to cairo-perf.hBryce Harrington7-20/+17
2014-02-25perf: Guarantee path width is non-negativeBryce Harrington1-2/+2
2013-08-11perf: Move macro-benchmark documentation to cairo-tracesBryce W. Harrington1-69/+20
2013-06-21cairo-perf-print: Do not free the uninitialised histogramChris Wilson1-1/+2
2013-06-11perf: Remove a debug artifactChris Wilson1-1/+0
2013-06-11perf: Avoid vertically stretching the histogramChris Wilson1-3/+6
2013-06-11perf: Rescale the histogram for the terminalChris Wilson1-2/+35
2013-06-11perf: Rudimentary histogram printing for cairo-perf-printChris Wilson5-17/+155
2013-04-02perf: Iteratively prune outliersChris Wilson1-18/+23
2013-03-18Adding a simple usage statement to cairo-perf-chartMatthew Fischer1-0/+29
2013-01-31perf: Synchronize before stopping the timersChris Wilson1-0/+3
2013-01-28perf; Do not allow the backends to optimize away the clear before syncChris Wilson1-3/+7
2013-01-08script: Attempt to decompress images in placeChris Wilson1-1/+15
2012-12-29perf/chart: Contract the default output filenamesChris Wilson1-3/+1
2012-12-29perf/chart: Show the geometric average as an extra columnChris Wilson1-1/+111
2012-07-12perf/chart: Render a solid bar if the column is too narrow for the gradientChris Wilson1-22/+31
2012-03-10doc: fix a few typos found by codespellNis Martensen1-2/+2
2012-02-20perf: Don't use a boolean value as integerAndrea Canciani1-3/+7
2012-01-11perf/chart: Make the columns transculent so that the label behind is visibleChris Wilson1-4/+44
2012-01-11perf/chart: Show values next to the column if too small to fit insideChris Wilson1-6/+14
2012-01-11perf/chart: Tweak labels on right not to fall off the edgeChris Wilson2-8/+9
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