summaryrefslogtreecommitdiff
path: root/util/cairo-trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* cairo-trace: Simplify bigendian case in emit_image.Maarten Lankhorst2019-03-121-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
* 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
* 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
* trace: Emit the content type for image surfacesChris Wilson2011-07-291-1/+22
* API: map-to-image and create-similar-imageChris Wilson2011-07-261-0/+92
* trace: Create a new opcode for recording surfaceChris Wilson2011-07-231-9/+2
* cairo-trace: Fix mark-dirty with xcb backendUli Schlachter2011-07-171-4/+12
* Handle CAIRO_STATUS_DEVICE_FINISHED in switchesUli Schlachter2011-07-091-0/+1
* cairo-trace: Fix use of buf outside of scopeChris Wilson2011-06-061-1/+2
* cairo-trace: Fix an obscure bug recording the fishtankChris Wilson2011-05-261-180/+191
* Expose 30bpp/10bpc support: CAIRO_FORMAT_RGB30Jesse Barnes2011-05-011-0/+4
* trace: Always emit a function name for write-to-png-streamAndrea Canciani2011-03-181-3/+4
* trace: Fix hint_style/hint_metrics typoChris Wilson2011-03-181-1/+1
* mesh: Add mesh pattern type and enum valuesAdrian Johnson2011-01-011-0/+1
* trace: Avoid stdbool.h C99ism.M Joonas Pihlaja2010-07-121-90/+94
* Convert mime data length to use unsigned longChris Wilson2010-07-101-3/+3
* trace: And for the bonus round... Make it compile.Chris Wilson2010-05-111-2/+2
* trace: Try wrapping FT_Open_Face()Chris Wilson2010-05-111-12/+26
* subsurface: s/region/rectangle/Chris Wilson2010-04-301-5/+5
* trace: Wrap cairo_surface_create_for_region()Chris Wilson2010-04-281-0/+36
* trace: Remove unused functionsChris Wilson2010-04-261-24/+0
* trace: Check return value to suppress compiler warningChris Wilson2010-04-261-1/+4
* trace: Trivial compiler warning fixChris Wilson2010-04-261-1/+1
* trace: Fix trace endiannessAndrea Canciani2010-03-311-0/+15
* Silence enumeration warnings following addition of RGB16_565Chris Wilson2010-03-301-3/+22
* api: Introduce CAIRO_FORMAT_INVALID formally in the API.M Joonas Pihlaja2010-03-011-0/+4
* script: Port cairo_script_context_t to cairo_device_tChris Wilson2010-01-221-4/+4