summaryrefslogtreecommitdiff
path: root/util/cairo-script
AgeCommit message (Expand)AuthorFilesLines
2013-09-05script: Add support for replaying device-scaleChris Wilson1-0/+48
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
2012-11-28script: Fix map-to-image/unmap stack manipulationsChris Wilson1-3/+3
2012-08-20cairo-script: Attempt to fallback for unresolved patternsChris Wilson1-2/+17
2011-11-25script: Prefer polymorphorism for mesh path constructionChris Wilson1-111/+47
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-12Introduce a new compositor architectureChris Wilson2-6/+7
2011-08-30api: Extend cairo_antialias_t to include performace/quality hintsChris Wilson1-0/+3
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-10script: Include an operator to replay a recording surface to a fileChris Wilson1-0/+42
2011-07-29script: Initialize recording extentsAndrea Canciani1-0/+1
2011-07-26API: map-to-image and create-similar-imageChris Wilson1-0/+96
2011-07-23trace: Create a new opcode for recording surfaceChris Wilson1-0/+64
2011-06-24script-interpreter: Build on win32Andrea Canciani6-8/+39
2011-05-01Expose 30bpp/10bpc support: CAIRO_FORMAT_RGB30Jesse Barnes1-0/+4
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
2010-05-27script: Update csi-exec to match new interface.Chris Wilson1-1/+2
2010-05-12script: Avoid the expensive of the redundant memset.Chris Wilson1-13/+26
2010-05-12script: Don't hash the entire image.Chris Wilson1-11/+24
2010-04-30subsurface: s/region/rectangle/Chris Wilson1-6/+6
2010-04-28trace: Wrap cairo_surface_create_for_region()Chris Wilson1-0/+33
2010-04-27Update FSF addressAndrea Canciani9-9/+9
2010-04-14script: Flush prior to modifying the image data.Chris Wilson1-0/+1
2010-03-31script: Fix script scanner endiannessAndrea Canciani1-15/+15
2010-03-30Silence enumeration warnings following addition of RGB16_565Chris Wilson1-0/+35
2010-03-21script: Use a stack to push/pop recursed line numbers.Chris Wilson1-2/+6
2010-03-21script: Remove the version check.Chris Wilson1-2/+0
2010-03-01api: Introduce CAIRO_FORMAT_INVALID formally in the API.M Joonas Pihlaja1-0/+5
2010-02-10script: Compile without mmapChris Wilson1-2/+3
2010-02-02csi-replay: compile fixChris Wilson1-11/+21
2010-01-22script: Port cairo_script_context_t to cairo_device_tChris Wilson1-5/+6
2010-01-22script: Handle cache allocation failure more gracefullyChris Wilson1-41/+33
2010-01-22script: Free the correct pattern after failure.Chris Wilson1-1/+1
2010-01-22script: Permit surface operations on the contextChris Wilson1-3/+11
2010-01-22perf: Enable a surface cache for perf-traceChris Wilson2-2/+14
2010-01-22gitignore: refreshChris Wilson1-0/+1
2009-11-29[dirty] Add more missing surface dirtying notifications.M Joonas Pihlaja1-0/+2
2009-09-02[script] Always create a fallback fontChris Wilson1-19/+27
2009-09-02[script] Attempt to select a font if ! CAIRO_HAS_FT_FONTChris Wilson1-0/+106
2009-08-29[script] Implement invertChris Wilson1-1/+25
2009-08-29Rename cairo-script static func to avoid MinGW conflictDamian Frank1-2/+2
2009-08-29[script] Conditionalise the buildChris Wilson1-1/+1
2009-08-29[script] Support running on cairo-1.8Chris Wilson1-3/+15
2009-08-29Add xml surfaceChris Wilson1-0/+113