summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2014-01-31cairo-script: Compare status with CSI enumsBryce Harrington1-1/+1
2014-01-31cairo-script: Error if asked to decompress with missing compression libBryce Harrington2-12/+12
2014-01-31cairo-trace: Stringify CAIRO_STATUS_JBIG2_GLOBAL_MISSINGBryce Harrington1-0/+1
2013-10-31Fix SSIZE_T definition problem when making with MSYS on Windows7Bryce Harrington1-1/+1
2013-09-27trace: Fix operand emissionChris Wilson1-50/+182
2013-09-05script: Add support for replaying device-scaleChris Wilson1-0/+48
2013-09-05trace: Record set-device-scaleChris Wilson1-0/+12
2013-06-05trace: Improve operand emissionChris Wilson1-60/+87
2013-03-23gobject: Add wrapper around cairo_matrix_tNicola Fontana2-1/+7
2013-01-14script: Set decompression length prior to calling decompressorsChris Wilson1-1/+1
2013-01-08script: Simply exchange source/dest images for _set_source_imageChris Wilson1-5/+14
2013-01-08script: Attempt to decompress images in placeChris Wilson2-166/+232
2013-01-05script: Recompress strings using LZO whilst binding tracesChris Wilson6-56/+215
2013-01-04gobject: Fix my typo s/TEST/TEXT/ in the previous commitChris Wilson1-1/+1
2013-01-04gobject: Fix "text_cluster_flags_get_type" typoKouhei Sutou1-1/+1
2013-01-03gobject: Add the correct macro name for the hint-metrics typeKouhei Sutou1-0/+2
2012-11-28script: Fix map-to-image/unmap stack manipulationsChris Wilson1-3/+3
2012-11-28trace: Do not forcibly add surfaces to the dictionaryChris Wilson1-18/+32
2012-11-27trace: Fix operand emission for map-to-image and unmap-imageChris Wilson1-24/+34
2012-11-01util/show-polygon: Show the limited range of each edgeChris Wilson1-4/+48
2012-10-08cairo-sphinx: protect -ldl link with CAIRO_HAS_DL like in cairo-trace.Alexis Ballier1-0/+2
2012-10-08cairo-fdr: protect -ldl link with CAIRO_HAS_DL like in cairo-trace.Alexis Ballier1-0/+2
2012-09-22Fix malloc-stats for newer glibcBehdad Esfahbod1-1/+1
2012-09-17[util/malloc-stats] Use tighter spacing.Behdad Esfahbod1-3/+3
2012-08-20cairo-script: Attempt to fallback for unresolved patternsChris Wilson1-2/+17
2012-08-11trace: Fix propagation of CAIRO_TRACE_OUTDIR to childrenChris Wilson1-1/+1
2012-04-10Protect code using dlfcn.h with CAIRO_HAS_DLSYMMaarten Bosmans1-0/+4
2012-03-29win32: Avoid redefining ssize_tKalev Lember1-0/+2
2012-03-19trace: Wrap GL surfacesDongyeon Kim1-0/+183
2012-03-15trace: Add breadcrumb for cairo_image_surface_get_data()Chris Wilson1-0/+22
2012-03-10doc: fix a few typos found by codespellNis Martensen1-1/+1
2011-11-25trace: Remove the warning about the unstable formatChris Wilson1-1/+0
2011-11-25script: Prefer polymorphorism for mesh path constructionChris Wilson1-111/+47
2011-11-25Convert cairo_mime_surface_t to cairo_raster_source_pattern_tChris Wilson1-15/+12
2011-11-12boilerplate: Remove unused thread id parameterAndrea Canciani1-1/+1
2011-11-09cairo-script: Don't ask for inlining of a cold-path functionAndrea Canciani1-1/+1
2011-09-30fill: Fix unantialiased rectilinear-fill-to-boxesChris Wilson1-5/+15
2011-09-27trace: Emit an stack operation to create a pattern from an undefined surfaceChris Wilson1-3/+14
2011-09-18Make cairo-missing a static libraryAndrea Canciani1-1/+1
2011-09-16fdr,tee: Reorder master/slave invocation to capture death-upon-signalsChris Wilson1-0/+26
2011-09-12Introduce a new compositor architectureChris Wilson4-36/+122
2011-09-04cairo-missing: Fix buildAndrea Canciani3-8/+12
2011-09-04cairo-missing: Fix and cleanup ssize_t type definitionAndrea Canciani1-0/+8
2011-09-02Introduce the cairo-missing libraryAndrea Canciani7-1/+221
2011-08-30api: Extend cairo_antialias_t to include performace/quality hintsChris Wilson3-0/+14
2011-08-15stroke: Convert the outlines into contour and then into a polygonChris Wilson4-1/+679
2011-08-15Introduce cairo_mime_surface_tChris Wilson1-0/+49
2011-08-14script: Missed break for creating unbounded recording surfaces.Chris Wilson1-0/+1
2011-08-14script: leave the tail of the RGB24 data unmolestedChris Wilson1-7/+8
2011-08-12util/show-traps: Cache the rendering of the traps+edgesChris Wilson1-14/+86