summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-12util/show-polygon: Show end-pointsChris Wilson1-6/+17
2011-08-10script: Include an operator to replay a recording surface to a fileChris Wilson1-0/+42
2011-08-10trace: Pop the surface after write-to-pngChris Wilson1-2/+2
2011-08-07util: Add show-polygonsChris Wilson2-1/+566
2011-07-31Remove useless checks for NULL before freeingAndrea Canciani2-6/+3
2011-07-29trace: Emit the content type for image surfacesChris Wilson1-1/+22
2011-07-29script: Initialize recording extentsAndrea Canciani1-0/+1
2011-07-26API: map-to-image and create-similar-imageChris Wilson2-0/+188
2011-07-23trace: Create a new opcode for recording surfaceChris Wilson2-9/+66
2011-07-17cairo-trace: Fix mark-dirty with xcb backendUli Schlachter1-4/+12
2011-07-09Handle CAIRO_STATUS_DEVICE_FINISHED in switchesUli Schlachter1-0/+1
2011-06-24script-interpreter: Build on win32Andrea Canciani6-8/+39
2011-06-16build: Don't build cairo-sphinx when the tee surface is offAndrea Canciani1-0/+2
2011-06-06cairo-trace: Fix use of buf outside of scopeChris Wilson1-1/+2
2011-05-26cairo-trace: Fix an obscure bug recording the fishtankChris Wilson1-180/+191
2011-05-01Expose 30bpp/10bpc support: CAIRO_FORMAT_RGB30Jesse Barnes2-0/+8
2011-03-18trace: Always emit a function name for write-to-png-streamAndrea Canciani1-3/+4
2011-03-18trace: Fix hint_style/hint_metrics typoChris Wilson1-1/+1
2011-02-07mesh: Rename cairo_pattern_mesh_* functions to cairo_mesh_pattern_*Andrea Canciani1-7/+7
2011-01-01script: Add support for mesh patternsAndrea Canciani1-0/+201
2011-01-01mesh: Add mesh pattern type and enum valuesAdrian Johnson2-0/+3
2010-10-28build: Don't build cairo-fdr when the tee surface is offBenjamin Otte1-0/+2
2010-09-06Reduce the cairo_device_type_t to only hold the used entries.Chris Wilson1-20/+4
2010-09-01gobject: Fix header definesBenjamin Otte1-32/+32
2010-08-10script: Fix script backend build.M Joonas Pihlaja2-0/+2
2010-08-07Add cairo-gobject libraryBenjamin Otte5-0/+811