summaryrefslogtreecommitdiff
path: root/util/cairo-script
Commit message (Expand)AuthorAgeFilesLines
...
* script: Include an operator to replay a recording surface to a fileChris Wilson2011-08-101-0/+42
* script: Initialize recording extentsAndrea Canciani2011-07-291-0/+1
* API: map-to-image and create-similar-imageChris Wilson2011-07-261-0/+96
* trace: Create a new opcode for recording surfaceChris Wilson2011-07-231-0/+64
* script-interpreter: Build on win32Andrea Canciani2011-06-246-8/+39
* Expose 30bpp/10bpc support: CAIRO_FORMAT_RGB30Jesse Barnes2011-05-011-0/+4
* mesh: Rename cairo_pattern_mesh_* functions to cairo_mesh_pattern_*Andrea Canciani2011-02-071-7/+7
* script: Add support for mesh patternsAndrea Canciani2011-01-011-0/+201
* script: Update csi-exec to match new interface.Chris Wilson2010-05-271-1/+2
* script: Avoid the expensive of the redundant memset.Chris Wilson2010-05-121-13/+26
* script: Don't hash the entire image.Chris Wilson2010-05-121-11/+24
* subsurface: s/region/rectangle/Chris Wilson2010-04-301-6/+6
* trace: Wrap cairo_surface_create_for_region()Chris Wilson2010-04-281-0/+33
* Update FSF addressAndrea Canciani2010-04-279-9/+9
* script: Flush prior to modifying the image data.Chris Wilson2010-04-141-0/+1
* script: Fix script scanner endiannessAndrea Canciani2010-03-311-15/+15
* Silence enumeration warnings following addition of RGB16_565Chris Wilson2010-03-301-0/+35
* script: Use a stack to push/pop recursed line numbers.Chris Wilson2010-03-211-2/+6
* script: Remove the version check.Chris Wilson2010-03-211-2/+0
* api: Introduce CAIRO_FORMAT_INVALID formally in the API.M Joonas Pihlaja2010-03-011-0/+5
* script: Compile without mmapChris Wilson2010-02-101-2/+3
* csi-replay: compile fixChris Wilson2010-02-021-11/+21
* script: Port cairo_script_context_t to cairo_device_tChris Wilson2010-01-221-5/+6
* script: Handle cache allocation failure more gracefullyChris Wilson2010-01-221-41/+33
* script: Free the correct pattern after failure.Chris Wilson2010-01-221-1/+1
* script: Permit surface operations on the contextChris Wilson2010-01-221-3/+11
* perf: Enable a surface cache for perf-traceChris Wilson2010-01-222-2/+14
* gitignore: refreshChris Wilson2010-01-221-0/+1
* [dirty] Add more missing surface dirtying notifications.M Joonas Pihlaja2009-11-291-0/+2
* [script] Always create a fallback fontChris Wilson2009-09-021-19/+27
* [script] Attempt to select a font if ! CAIRO_HAS_FT_FONTChris Wilson2009-09-021-0/+106
* [script] Implement invertChris Wilson2009-08-291-1/+25
* Rename cairo-script static func to avoid MinGW conflictDamian Frank2009-08-291-2/+2
* [script] Conditionalise the buildChris Wilson2009-08-291-1/+1
* [script] Support running on cairo-1.8Chris Wilson2009-08-291-3/+15
* Add xml surfaceChris Wilson2009-08-291-0/+113
* Fix errors found by clangChris Wilson2009-08-292-14/+19
* [build] Add options for warning about bad castsChris Wilson2009-08-293-61/+121
* [script] Read from a FILE streamChris Wilson2009-08-292-0/+26
* [script] Introduce cairo_script_context_tChris Wilson2009-08-291-7/+6
* [script] Handle zero-length stringsChris Wilson2009-08-291-1/+2
* [script] Off-by-one in allocation of string length.Chris Wilson2009-08-291-1/+1
* [script] A little utility to convert a trace into a traceChris Wilson2009-08-292-0/+46
* [script] Use a compact representation for horizontal offsets between glyphsChris Wilson2009-08-291-6/+16
* [script] Preserve '{}' whilst translatingChris Wilson2009-08-292-31/+37
* [script] Handle translation of compressed strings.Chris Wilson2009-08-102-35/+56
* [script] Ensure strings are nul terminatedChris Wilson2009-08-061-1/+2
* [script] Check for failure to store the glyph cacheChris Wilson2009-08-061-4/+10
* [script] Extend csi-replay to show how to use a single surfaceChris Wilson2009-08-061-1/+72
* [script] Add cvi, cvr, modChris Wilson2009-07-283-4/+100