summaryrefslogtreecommitdiff
path: root/util/cairo-trace
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wunused-function warningsKhaled Hosny2023-02-061-6/+6
* Drop cairo-glEmmanuele Bassi2023-01-271-188/+0
* svg-font: return SVG_FONT_ERROR on errorAdrian Johnson2023-01-201-0/+1
* Remove autotools buildAdrian Johnson2023-01-081-40/+0
* Fix build with newer binutils-dev installedSimon McVittie2022-07-141-2/+2
* Replace use of ctype functions with internal version where only ASCII chars a...Adrian Johnson2022-04-091-5/+7
* DWrite font docsAdrian Johnson2022-03-051-0/+1
* Drop cairo-vg surfaceEmmanuele Bassi2022-02-251-79/+0
* Fix some MinGW warningsAdrian Johnson2021-09-021-1/+6
* Use uintptr_t for all casts between pointer and integerAdrian Johnson2021-07-252-2/+2
* Drop the conditional inclusion of config.hEmmanuele Bassi2021-05-012-4/+0
* Remove stray _GNU_SOURCE definitionsEmmanuele Bassi2021-05-012-4/+0
* meson: Define HAVE_CONFIG_H as a project flagEmmanuele Bassi2021-05-011-1/+1
* meson: make cairo-trace executableTim-Philipp Müller2021-03-092-0/+1
* cairo-trace: fix build with newer versions of bfdTim-Philipp Müller2021-02-231-4/+3
* cairo-trace: Fix escape character encoding in string literalsGeorge Matsumura2020-11-201-0/+1
* build: Fix various compiler warningsGeorge Matsumura2020-11-071-3/+7
* meson: Fix musl buildGeorge Matsumura2020-09-021-1/+1
* meson: Fix undefined reference when bfd library is installedTing-Wei Lan2020-08-311-0/+4
* Add meson build definitionsMathieu Duponchelle2020-07-311-0/+30
* Add support for RGBA128F and RGB96F formats.Maarten Lankhorst2019-01-071-1/+11
* cairo-trace: Simplify bigendian case in emit_image.Maarten Lankhorst2019-01-071-20/+5
* Use HTTPS URLs for gnome.org domainsPaul Menzel2018-10-161-1/+1
* script-surface: Check for invalid ids (CID #1159557, 1159558)Bryce Harrington2018-06-131-0/+2
* fix compiler warningsAdrian Johnson2016-10-041-0/+1
* Bug 29319 - Modules are built as versioned shared objectsBehdad Esfahbod2016-09-021-1/+1
* Add CAIRO_STATUS_WIN32_GDI_ERROR for GDI errorsAdrian Johnson2016-03-261-0/+1
* Add CAIRO_STATUS_FREETYPE_ERROR for errors returned by libfreetypeAdrian Johnson2016-03-261-0/+1
* Adding missing error status to utilsAdrian Johnson2016-03-261-0/+1
* cairo-trace: Fix duplicated surface push on similar-imageEmanuele Aina2015-01-201-2/+1
* [trace] Don't print FC_CHARSET, FC_LANG, and FC_CAPABILITYBehdad Esfahbod2014-07-111-4/+17
* test and util: maintain consistency in the usage of ARRAY_LENGTH macroRavi Nanjundappa2014-04-301-3/+4
* cairo-trace: Stringify CAIRO_STATUS_JBIG2_GLOBAL_MISSINGBryce Harrington2014-01-311-0/+1
* trace: Fix operand emissionChris Wilson2013-09-271-50/+182
* trace: Record set-device-scaleChris Wilson2013-09-051-0/+12
* trace: Improve operand emissionChris Wilson2013-06-051-60/+87
* trace: Do not forcibly add surfaces to the dictionaryChris Wilson2012-11-281-18/+32
* trace: Fix operand emission for map-to-image and unmap-imageChris Wilson2012-11-271-24/+34
* trace: Fix propagation of CAIRO_TRACE_OUTDIR to childrenChris Wilson2012-08-111-1/+1
* trace: Wrap GL surfacesDongyeon Kim2012-03-191-0/+183
* trace: Add breadcrumb for cairo_image_surface_get_data()Chris Wilson2012-03-151-0/+22
* doc: fix a few typos found by codespellNis Martensen2012-03-101-1/+1
* trace: Remove the warning about the unstable formatChris Wilson2011-11-251-1/+0
* Convert cairo_mime_surface_t to cairo_raster_source_pattern_tChris Wilson2011-11-251-15/+12
* trace: Emit an stack operation to create a pattern from an undefined surfaceChris Wilson2011-09-271-3/+14
* Introduce a new compositor architectureChris Wilson2011-09-121-28/+86
* api: Extend cairo_antialias_t to include performace/quality hintsChris Wilson2011-08-301-0/+5
* Introduce cairo_mime_surface_tChris Wilson2011-08-151-0/+49
* trace: Pop the surface after write-to-pngChris Wilson2011-08-101-2/+2
* Remove useless checks for NULL before freeingAndrea Canciani2011-07-311-2/+1